Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jan 29, 2016
1 parent 38ffd0f commit bcc20f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.1] - 2016-01-13
### Added
- Tests for schema requirements.
### Fixed
- Don't instantiate `OptionsResolver` if not needed.
- Formatting tweaks

## [0.1.0] - 2016-01-13
### Added
- Initial release to GitHub.

[0.1.0]: https://github.com/brightnucleus/phpfeature/compare/v0.0.0...v0.1.0
[0.1.1]: https://github.com/brightnucleus/config/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/brightnucleus/config/compare/v0.0.0...v0.1.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brightnucleus/config",
"description": "Minimal, reusable Config component.",
"version": "0.1.0",
"version": "0.1.1",
"require-dev": {
"phpunit/phpunit": "~5.1"
},
Expand Down

0 comments on commit bcc20f2

Please sign in to comment.