Skip to content

Commit

Permalink
Release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tokengeek committed Dec 10, 2024
1 parent 4862e24 commit 400b2b0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 1.12.0 / 2024-12-10

Bug fixes:

* Declare `Excon[:omit_default_port]` to fix specs matching on headers
that vary based on the Ruby version and the discovered Excon version's
default behaviour
* Explicitly require `base64` in authentication code
* Require `base64` gem for Ruby 3.4 as it is no longer in stdlib
* Remove `rubocop` version dependency as it is a development tool

Changes:

* Soft deprecation of Ruby 2.1 and 2.2 due to upstream constraints
* Updated CI testing matrix for supported versions
* Remove specs related to legacy FTP image uploading

### 1.11.0 / 2023-01-26

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/brightbox/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module Brightbox
VERSION = "1.11.0".freeze
VERSION = "1.12.0".freeze
end
end

0 comments on commit 400b2b0

Please sign in to comment.