CHANGELOG.md in akami-1.3.1 vs CHANGELOG.md in akami-1.3.2
- old
+ new
@@ -1,7 +1,13 @@
+## 1.3.2 (2024-01-09)
+
+* Stop patching Hash [#35](https://github.com/savonrb/akami/pull/35)
+* Drop support for ruby 2.7 and below
+* GOST engine for openssl is no longer officially supported
+
## 1.3.1 (2015-05-4)
-* Fix re
+* Fix regression caused by pull request #20. Object#present? is not available outside of Rails.
## 1.3.0 (2015-03-31)
* Formally drop support for ruby 1.8.7
* Feature: [#20](https://github.com/savonrb/akami/pull/20) Allow passing cert and private keys as a string, rather than a path to a file.