We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec84c8 commit c743aceCopy full SHA for c743ace
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### 0.27.0
4
+
5
+* Compatibility with Ruby 4.0
6
7
### 0.26.3
8
9
* Compatibility with faraday-multipart 1.1.0
lib/fmrest/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module FmRest
- VERSION = "0.26.3"
+ VERSION = "0.27.0"
end
0 commit comments