CHANGELOG.md in ridgepole-1.2.1 vs CHANGELOG.md in ridgepole-2.0.0.beta

- old
+ new

@@ -1,11 +1,18 @@ # Changelog +## 2.0 + +### 2.0.0.beta (2023/10/22) + +* Support Rails 7.1 [pull#441](https://github.com/ridgepole/ridgepole/pull/441) +* Drop Rails 6.0 support [pull#440](https://github.com/ridgepole/ridgepole/pull/440) + ## 1.2 ### 1.2.1 (2023/07/29) -* Support `create_enum` [pull#405](https://github.com/ridgepole/ridgepole/pull/405) +* Support `t.enum` [pull#405](https://github.com/ridgepole/ridgepole/pull/405) * Fix timestamps with index behavior [pull#428](https://github.com/ridgepole/ridgepole/pull/428) * Fix broken `DEFAULT CURRENT_TIMESTAMP` spec [pull#420](https://github.com/ridgepole/ridgepole/pull/420) * Add Ruby 3.2 to CI matrix [pull#419](https://github.com/ridgepole/ridgepole/pull/419) ### 1.2.0 (2022/09/24)