Skip to content

Commit

Permalink
Bump to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobb committed Nov 21, 2024
1 parent bb3d825 commit 6bb988b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

### 0.8.0 - 2024-11-21

- Update minimum Ruby version from 2.7 -> 3.1

### 0.7.0 - 2023-11-21
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
object_identifier (0.7.0)
object_identifier (0.8.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/object_identifier/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module ObjectIdentifier
# The current ObjectIdentifier gem version.
VERSION = "0.7.0"
VERSION = "0.8.0"
end

0 comments on commit 6bb988b

Please sign in to comment.