Skip to content

Commit

Permalink
Version bump & changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Feb 1, 2016
1 parent 5fb7171 commit 87a59ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@
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
## [0.1.2] - 2016-02-01
### Added
- ConfigTrait.
- Tests for ConfigTrait.

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

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

[0.1.2]: https://github.com/brightnucleus/config/compare/v0.1.1...v0.1.2
[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.1",
"version": "0.1.2",
"require-dev": {
"phpunit/phpunit": "~5.1"
},
Expand Down

0 comments on commit 87a59ee

Please sign in to comment.