summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2017-01-31 12:30:46 -0600
committerMichael Herold <michael.j.herold@gmail.com>2017-01-31 12:30:46 -0600
commitc1a42d4fabeb09b79f43588ca3d79e1b44718cdf (patch)
tree2a35823624fa6b39bf0d7c1771226ddb7524211c
parent9a7c83ee0b66a4eb78fef4e5665b614fc36f7036 (diff)
downloadhashie-c1a42d4fabeb09b79f43588ca3d79e1b44718cdf.tar.gz
Prepare for next development iteration, 3.5.2
-rw-r--r--CHANGELOG.md32
-rw-r--r--README.md2
-rw-r--r--lib/hashie/version.rb2
3 files changed, 34 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c78169..ba9e939 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.1...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.1] - 2017-01-31
* [#392](https://github.com/intridea/hashie/pull/392): Fix for #391: Require all dependencies of Hashie::Mash - [@dblock](https://github.com/dblock).
diff --git a/README.md b/README.md
index 5436181..f8384cc 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ $ gem install hashie
## Upgrading
-You're reading the documentation for the stable release of Hashie, 3.5.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
+You're reading the documentation for the release of Hashie, which should be 3.5.2. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.5.1](https://github.com/intridea/hashie/blob/v3.5.1/README.md).
## Hash Extensions
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 30b335b..e98b729 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.5.1'
+ VERSION = '3.5.2'
end