Skip to content

Commit

Permalink
Data services api: ruby updrade
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Oct 7, 2024
1 parent 3b9a9da commit 6bd7bf2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.7
2.7.8
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for DS API rubygem

## 1.5.0 - 2023-06-23

- (Dan) Updates rubt to 2.7.8 and version cadence to 1.5.0

## 1.4.1 - 2023-06-23

- (Jon) Now handles matching the message flag while ignoring the casing of the message
Expand Down
6 changes: 3 additions & 3 deletions lib/data_services_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# :nodoc:
module DataServicesApi
MAJOR = 1
MINOR = 4
PATCH = 1
SUFFIX = 1
MINOR = 5
PATCH = 0
SUFFIX = 0
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}"
end

0 comments on commit 6bd7bf2

Please sign in to comment.