Skip to content

Commit c743ace

Browse files
committed
Bump version to 0.27.0; update CHANGELOG
1 parent bec84c8 commit c743ace

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 0.27.0
4+
5+
* Compatibility with Ruby 4.0
6+
37
### 0.26.3
48

59
* Compatibility with faraday-multipart 1.1.0

lib/fmrest/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FmRest
4-
VERSION = "0.26.3"
4+
VERSION = "0.27.0"
55
end

0 commit comments

Comments
 (0)