Skip to content

Commit

Permalink
Merge pull request #430 from ridgepole/bumpup_version
Browse files Browse the repository at this point in the history
Bump up version
  • Loading branch information
winebarrel committed Jul 29, 2023
2 parents 58104af + 2bde271 commit 4a8ad61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

## 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/ridgepole/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ridgepole
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit 4a8ad61

Please sign in to comment.