CHANGELOG.md in cognito_token_verifier-0.4.0 vs CHANGELOG.md in cognito_token_verifier-0.5.0
- old
+ new
@@ -1,5 +1,17 @@
-# CHANGELOG.md
+# CHANGELOG
+
+## 0.5.0 (2021-01-27)
+
+ - Update `nokogiri` version to 1.11 for security patch in gem development
+ - Test against Ruby 3.0 and remove near-EOL Ruby 2.5 from test matrix
+ - Add Rails 6.1 support
+
+## 0.4.0 (2020-09-12)
+
+ - Update development version of Rails gems for `actionview` security patch
+ - Remove Rails < 5.2 support due to EOL by Rails team
+ - Remove EOL Ruby 2.4 from test matrix, and add Ruby 2.7
## 0.3.2 (2020-03-31)
- Update development version of Rails gems for `actionview` security patch