summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby McDonald <bobbymcwho@gmail.com>2019-10-30 14:23:22 -0400
committerBobby McDonald <bobbymcwho@gmail.com>2019-10-30 14:23:22 -0400
commit5ce2dbb91ba2eafe629392f300abda68c2e87cae (patch)
treefd8acabcd6a0f1445d0f86b7a447befb3e6623ef
parent391ff775146255b4a011355cef651fa92483fe78 (diff)
downloadhashie-5ce2dbb91ba2eafe629392f300abda68c2e87cae.tar.gz
Preparing for next development iteration, 4.0.1.
-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 618eaa8..a885295 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/v4.0.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.
+
## [4.0.0] - 2019-10-30
[4.0.0]: https://github.com/intridea/hashie/compare/v3.6.0...v4.0.0
diff --git a/README.md b/README.md
index 27209ed..07e5d3e 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ $ gem install hashie
## Upgrading
-You're reading the documentation for the stable release of Hashie, 4.0.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 4.0.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [4.0.0](https://github.com/intridea/hashie/blob/v4.0.0/README.md).
## Hash Extensions
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 8a4b23b..68c6f2e 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '4.0.0'.freeze
+ VERSION = '4.0.1'.freeze
end