Skip to content

Commit

Permalink
prepare v3.0.0.rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jul 15, 2024
1 parent 2130aea commit 87e87eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Savon changelog

## Unreleased
* Changes to utilize faraday instead of http
* Add your PR changelog line here

## 3.0.0.rc1 (2024-07-15)

* Use Faraday instead of HTTPI
* BC BREAKING Cookies are handled differently now
* BC BREAKING Multiple pieces of functionality will rely on faraday libraries to be provided by the consuming codebase
* BC BREAKING Adapter overrides now utilize the faraday model
Expand All @@ -13,7 +17,6 @@
decrypt the key and pass it to faraday in code
* Deprecates providing a ca cert, upgrade path is to provide a ca cert file
* deprecates overriding ssl ciphers, as faraday does not support this
* Add your PR changelog line here

## 2.15.1 (2024-07-08)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ gem install savon
or add it to your Gemfile like this:

```
gem 'savon', '~> 2.15.0'
gem 'savon', '~> 3.0.0'
```

## Usage example
Expand Down
2 changes: 1 addition & 1 deletion lib/savon/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Savon
VERSION = '2.15.1'
VERSION = '3.0.0.rc1'
end

0 comments on commit 87e87eb

Please sign in to comment.