Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujideveloper committed Jul 23, 2024
1 parent abb3546 commit 7dbfade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]


## [1.0.0] - 2024-07-23

### Changes

* Add Ruby 3.2 support
Expand Down
2 changes: 1 addition & 1 deletion lib/settings_cabinet/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SettingsCabinet
VERSION = "0.1.0"
VERSION = "1.0.0"
end

0 comments on commit 7dbfade

Please sign in to comment.