CHANGELOG.md in ridgepole-2.0.3 vs CHANGELOG.md in ridgepole-2.1.0
- old
+ new
@@ -1,25 +1,25 @@
# Changelog
## 2.0
-### 2.0.2 (2024/04/21)
+### 2.1.0 (2024/08/11)
+- Support Rails 7.2 [pull#490](https://github.com/ridgepole/ridgepole/pull/490)
+
+### 2.0.3 (2024/04/21)
+
- Add `--drop-table-only` option [pull#477](https://github.com/ridgepole/ridgepole/pull/477)
### 2.0.2 (2024/02/25)
- Fix bug that cannot include single quote in table comment [pull#467](https://github.com/ridgepole/ridgepole/pull/467)
### 2.0.1 (2023/11/22)
- Fix renamed_from bug [pull#453](https://github.com/ridgepole/ridgepole/pull/453)
-### 2.0.1 (2023/11/22)
-
-- Fix renamed_from bug [pull#453](https://github.com/ridgepole/ridgepole/pull/453)
-
### 2.0.0 (2023/11/10)
- Bump up version.
### 2.0.0.beta2 (2023/10/26)
@@ -43,10 +43,10 @@
### 1.2.0 (2022/09/24)
- Updated supported column types [pull#399](https://github.com/ridgepole/ridgepole/pull/399) [pull#400](https://github.com/ridgepole/ridgepole/pull/400)
- Support check constraint [pull#393](https://github.com/ridgepole/ridgepole/pull/393) [pull#397](https://github.com/ridgepole/ridgepole/pull/397)
-- Drop suport Rails 5.x [pull#395](https://github.com/ridgepole/ridgepole/pull/395)
+- Drop support Rails 5.x [pull#395](https://github.com/ridgepole/ridgepole/pull/395)
## 1.1
### 1.1.0 (2022/06/18)