CHANGELOG.md in omniauth-cybozu-0.2.0 vs CHANGELOG.md in omniauth-cybozu-0.2.1
- old
+ new
@@ -1,22 +1,28 @@
-# 0.2.0
+# CHANGELOG
+## 0.2.1
+
+- fix rubocop warnings.
+
+## 0.2.0
+
- refs #7 fix dependencies.
-# 0.1.4
+## 0.1.4
- rename module 'Omniauth' to 'OmniAuth'.
- make callback_url method private method.
- update gem-push GitHub Actions settings in order to ignore error for same version.
-# 0.1.3
+## 0.1.3
- update README.
-# 0.1.2
+## 0.1.2
- refs #1 setup GitHub Actions for rspec and pushing to RubyGems.
- measure code coverage.
-# 0.1.1
+## 0.1.1
- Initial release