CHANGELOG.md in rotp-5.1.0 vs CHANGELOG.md in rotp-6.0.0
- old
+ new
@@ -1,6 +1,14 @@
### Changelog
+### 6.0.0
+
+- Dropping support for Ruby <2.3 (Major version bump)
+- Fix issue when using --enable-frozen-string-literal Ruby option #95 (jeremyevans)
+- URI Encoding fix #94 (ksuh90)
+- Update gems (rake, addressable)
+- Update Travis tests to include Ruby 2.7
+
### 5.1.0
- Create `random_base32` to perform `random` to avoid breaking changes
- Still needed to bump to 5.x due to Base32 cleanup