Skip to content

Commit

Permalink
Prep for release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtucker committed Jun 3, 2024
1 parent 09b57eb commit 0456941
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

All notable changes will be documented in this file.

## [Unreleased]

## 1.1.3 - 2024-06-03

- (AlexT) require 'ostruct' to fix tests in Ruby 3.3.1. Use Matrix tests to check
multiple Ruby versions, 2.7 to 3.3. Bump deps:
- rexml 3.2.5 -> 3.2.8 fixing CVE-2024-35176
- concurrent-ruby 1.1.9 -> 1.3.1
- farady 1.10.0 -> 1.10.3
- faraday-multipart 1.0.3 -> 1.0.4
- i18n 1.10.0 -> 1.14.5
- multipart-post 2.1.1 -> 2.4.
- (Jon) Changed the primary branch name to `main` from `master`. Updated README
to reflect this change alongside adding instructions for renaming the branch
locally.
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:
sapi-client-ruby (1.1.2)
sapi-client-ruby (1.1.3)
faraday_middleware (~> 1.0.0)
i18n (~> 1.5)

Expand Down
2 changes: 1 addition & 1 deletion lib/sapi_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module SapiClient
MAJOR = 1
MINOR = 1
FIX = 2
FIX = 3
VERSION = "#{MAJOR}.#{MINOR}.#{FIX}"
end

0 comments on commit 0456941

Please sign in to comment.