CHANGELOG.md in ridgepole-1.2.0 vs CHANGELOG.md in ridgepole-1.2.1
- old
+ new
@@ -1,8 +1,15 @@
# Changelog
## 1.2
+### 1.2.1 (2023/07/29)
+
+* Support `create_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)
* 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 )