Skip to content

Commit

Permalink
Merge pull request #454 from ridgepole/bumpup_version
Browse files Browse the repository at this point in the history
Bump up version
  • Loading branch information
winebarrel committed Nov 22, 2023
2 parents 9c434a9 + f4c1558 commit 4bdef4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 2.0

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

module Ridgepole
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit 4bdef4d

Please sign in to comment.