Skip to content

Commit 87e87eb

Browse files
committed
prepare v3.0.0.rc1 release
1 parent 2130aea commit 87e87eb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Savon changelog
22

33
## Unreleased
4-
* Changes to utilize faraday instead of http
4+
* Add your PR changelog line here
5+
6+
## 3.0.0.rc1 (2024-07-15)
7+
8+
* Use Faraday instead of HTTPI
59
* BC BREAKING Cookies are handled differently now
610
* BC BREAKING Multiple pieces of functionality will rely on faraday libraries to be provided by the consuming codebase
711
* BC BREAKING Adapter overrides now utilize the faraday model
@@ -13,7 +17,6 @@
1317
decrypt the key and pass it to faraday in code
1418
* Deprecates providing a ca cert, upgrade path is to provide a ca cert file
1519
* deprecates overriding ssl ciphers, as faraday does not support this
16-
* Add your PR changelog line here
1720

1821
## 2.15.1 (2024-07-08)
1922

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ gem install savon
2323
or add it to your Gemfile like this:
2424

2525
```
26-
gem 'savon', '~> 2.15.0'
26+
gem 'savon', '~> 3.0.0'
2727
```
2828

2929
## Usage example

lib/savon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Savon
3-
VERSION = '2.15.1'
3+
VERSION = '3.0.0.rc1'
44
end

0 commit comments

Comments
 (0)