summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2016-09-16 09:37:15 -0400
committerdblock <dblock@dblock.org>2016-09-16 09:37:15 -0400
commit93b941d653cf8cad14933b498ffc6808457b86b6 (patch)
tree8b8e06e75279b06fff5a72ae363311c2df982646
parent9f7ec1fb8fc0b0e333aa8b352b0d0ef32d2b2080 (diff)
downloadhashie-93b941d653cf8cad14933b498ffc6808457b86b6.tar.gz
Preparing for release, 3.4.5.v3.4.5
-rw-r--r--CHANGELOG.md16
-rw-r--r--README.md2
2 files changed, 3 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a222d5..b70f6ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,35 +6,23 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
-## [Unreleased][unreleased]
+## [3.4.5] - 2016-09-16
-[unreleased]: https://github.com/intridea/hashie/compare/v3.4.4...master
+[3.4.5]: https://github.com/intridea/hashie/compare/v3.4.4...v3.4.5
### Added
* [#337](https://github.com/intridea/hashie/pull/337), [#331](https://github.com/intridea/hashie/issues/331): `Hashie::Mash#load` accepts a `Pathname` object - [@gipcompany](https://github.com/gipcompany).
-### Changed
-
-* Your contribution here.
-
### Deprecated
* [#366](https://github.com/intridea/hashie/pull/366): Hashie is no longer tested on Ruby < 2 - [@dblock](https://github.com/dblock).
-### Removed
-
-* Your contribution here.
-
### Fixed
* [#358](https://github.com/intridea/hashie/pull/358): Fixed support for Array#dig - [@modosc](https://github.com/modosc).
* [#365](https://github.com/intridea/hashie/pull/365): Ensured ActiveSupport::HashWithIndifferentAccess is defined before use in #deep_locate - [@mikejarema](https://github.com/mikejarema).
-### Security
-
-* Your contribution here.
-
### Miscellanous
* [#366](https://github.com/intridea/hashie/pull/366): Added Danger, PR linter - [@dblock](https://github.com/dblock).
diff --git a/README.md b/README.md
index f8badf7..c7950d2 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ $ gem install hashie
## Upgrading
-You're reading the documentation for the next release of Hashie, which should be 3.4.5. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.4.4](https://github.com/intridea/hashie/blob/v3.4.4/README.md).
+You're reading the documentation for the stable release of Hashie, 3.4.5. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
## Hash Extensions