Skip to content

Commit bd7ea16

Browse files
committed
prepare 3.8.0 release
1 parent eee3b1c commit bd7ea16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Unreleased
44

5-
- Change: Update HTTPI to 3.0 to remove the socksify dependency. ([savonrb/httpi#225](https://github.com/savonrb/httpi/pull/225))
65
- _Your new line here. Mind the style of prefix used in the rest of the document._
76

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+
811
## 3.7.0 (2022-01-25)
912

1013
- Breaking: BC BREAKING: Revert "Add support for rpc encoded wsdl" ([#103](https://github.com/savonrb/wasabi/pull/103))

lib/wasabi/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Wasabi
4-
VERSION = '3.7.0'
4+
VERSION = '3.8.0'
55
end

0 commit comments

Comments
 (0)