Prepare for next development iteration, 3.5.4

This commit is contained in:
Michael Herold 2017-02-11 11:36:45 -06:00
parent 0112760ec6
commit 439bb066fe
3 changed files with 34 additions and 2 deletions

View File

@ -6,6 +6,38 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
## [Unreleased][unreleased]
[unreleased]: https://github.com/intridea/hashie/compare/v3.5.3...master
### Added
* Your contribution here.
### Changed
* Your contribution here.
### Deprecated
* Your contribution here.
### Removed
* Your contribution here.
### Fixed
* Your contribution here.
### Security
* Your contribution here.
### Miscellanous
* Your contribution here.
## [3.5.3] - 2017-02-11
[3.5.3]: https://github.com/intridea/hashie/compare/v3.5.2...v3.5.3

View File

@ -20,7 +20,7 @@ $ gem install hashie
## Upgrading
You're reading the documentation for the stable release of Hashie, 3.5.3. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
You're reading the documentation for the next release of Hashie, which should be 3.5.4. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.5.3](https://github.com/intridea/hashie/blob/v3.5.3/README.md).
## Hash Extensions

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '3.5.3'
VERSION = '3.5.4'
end