Prepare for next development version, v3.6.1

This commit is contained in:
Michael Herold 2018-08-13 18:48:10 -05:00
parent 19eed7fcc6
commit 4893ca938e
No known key found for this signature in database
GPG Key ID: 70391C233DE2F014
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.6.0...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.
### Miscellaneous
* Your contribution here.
## [3.6.0] - 2018-08-13
[3.6.0]: https://github.com/intridea/hashie/compare/v3.5.7...v3.6.0

View File

@ -18,7 +18,7 @@ $ gem install hashie
## Upgrading
You're reading the documentation for the stable release of Hashie, 3.6.0. 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.6.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.6.0](https://github.com/intridea/hashie/blob/v3.6.0/README.md).
## Hash Extensions

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '3.6.0'.freeze
VERSION = '3.6.1'.freeze
end