We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee3b1c commit bd7ea16Copy full SHA for bd7ea16
CHANGELOG.md
@@ -2,9 +2,12 @@
2
3
## Unreleased
4
5
-- Change: Update HTTPI to 3.0 to remove the socksify dependency. ([savonrb/httpi#225](https://github.com/savonrb/httpi/pull/225))
6
- _Your new line here. Mind the style of prefix used in the rest of the document._
7
+## 3.8.0 (2022-10-01)
8
+
9
+- Change: Update HTTPI to 3.0 to remove the socksify dependency. ([savonrb/httpi#225](https://github.com/savonrb/httpi/pull/225))
10
11
## 3.7.0 (2022-01-25)
12
13
- Breaking: BC BREAKING: Revert "Add support for rpc encoded wsdl" ([#103](https://github.com/savonrb/wasabi/pull/103))
lib/wasabi/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module Wasabi
- VERSION = '3.7.0'
+ VERSION = '3.8.0'
end
0 commit comments