summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2016-09-16 13:44:38 -0400
committerdblock <dblock@dblock.org>2016-09-16 13:44:38 -0400
commit6186fe4b7d9392ce9db48ee9c9efbd311fac931a (patch)
tree0cd7c050d4b32ba755b38f8c956ad901bd7d84d8
parent1c2c70319830d8d87b06984b6fdd537fe8f776bc (diff)
downloadhashie-6186fe4b7d9392ce9db48ee9c9efbd311fac931a.tar.gz
Preparing for next development iteration, 3.4.7.
-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 677f61e..7940701 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]
+
+[3.4.7]: https://github.com/intridea/hashie/compare/v3.4.6...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.4.6]: https://github.com/intridea/hashie/compare/v3.4.5...v3.4.6
### Fixed
diff --git a/README.md b/README.md
index 367f7ba..90c5ebe 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.4.6. 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.4.7. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.4.6](https://github.com/intridea/hashie/blob/v3.4.6/README.md).
## Hash Extensions
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 47355fe..f068a26 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.4.6'
+ VERSION = '3.4.7'
end