CHANGELOG.md in keyless-1.0.2 vs CHANGELOG.md in keyless-1.1.0
- old
+ new
@@ -1,5 +1,13 @@
+### 1.1.0
+
+* Bundler >= 2.3 is from now on required as minimal version (#1)
+* Dropped support for Ruby < 2.5 (#1)
+* Dropped support for Rails < 5.2 (#1)
+* Updated all development/runtime gems to their latest
+ Ruby 2.5 compatible version (#1)
+
### 1.0.2
* Migrated to Github Actions
* Migrated to our own coverage reporting
* Added the code statistics to the test process
@@ -8,7 +16,8 @@
* Renamed the Gem to `keyless`.
### 1.0.0
-* Initial release, extracted from former [grape-jwt-authentication](https://github.com/hausgold/grape-jwt-authentication)
-code at v1.3.0.
+* Initial release, extracted from former
+ [grape-jwt-authentication](https://github.com/hausgold/grape-jwt-authentication)
+ code at v1.3.0.