Skip to content

Commit 400b2b0

Browse files
committed
Release v1.12.0
1 parent 4862e24 commit 400b2b0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 1.12.0 / 2024-12-10
2+
3+
Bug fixes:
4+
5+
* Declare `Excon[:omit_default_port]` to fix specs matching on headers
6+
that vary based on the Ruby version and the discovered Excon version's
7+
default behaviour
8+
* Explicitly require `base64` in authentication code
9+
* Require `base64` gem for Ruby 3.4 as it is no longer in stdlib
10+
* Remove `rubocop` version dependency as it is a development tool
11+
12+
Changes:
13+
14+
* Soft deprecation of Ruby 2.1 and 2.2 due to upstream constraints
15+
* Updated CI testing matrix for supported versions
16+
* Remove specs related to legacy FTP image uploading
17+
118
### 1.11.0 / 2023-01-26
219

320
Enhancements:

lib/fog/brightbox/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Brightbox
3-
VERSION = "1.11.0".freeze
3+
VERSION = "1.12.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)