CHANGELOG.md in str_enum-0.2.0 vs CHANGELOG.md in str_enum-0.3.0
- old
+ new
@@ -1,33 +1,37 @@
-## 0.2.0
+## 0.3.0 (2022-01-10)
+- Dropped support for Ruby < 2.6 and Active Record < 5.2
+
+## 0.2.0 (2019-10-28)
+
- Added negative scopes
- Moved presence validation message before inclusion message
-## 0.1.6
+## 0.1.6 (2019-07-15)
- Added update methods
-## 0.1.5
+## 0.1.5 (2016-12-12)
- Added `default` option
- Added ability to include manually
-## 0.1.4
+## 0.1.4 (2016-10-28)
- Fixed error with `select`
-## 0.1.3
+## 0.1.3 (2016-10-24)
- Added `suffix` option
-## 0.1.2
+## 0.1.2 (2016-10-24)
- Added method to list values
-## 0.1.1
+## 0.1.1 (2016-10-23)
- Added `prefix` option
-## 0.1.0
+## 0.1.0 (2016-10-23)
- First release