diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f377998 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [v2.1.0] +### Changed +- Lowercase composer name + +### Added +- CHANGELOG diff --git a/composer.json b/composer.json index 7ea025d..519fe5a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "Topface/apnsclient", + "name": "topface/apnsclient", "description": "Client for Apple Push Notification Service (APNS)", "keywords": ["apns", "apple", "push", "notification"], "license": "WTFPL",