Skip to content

Commit a62be31

Browse files
committed
Release v3.6.1
- add CHANGELOG and version bump
1 parent ea5f773 commit a62be31

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.6.1 (2020-08-27)
2+
3+
- Fix: Repair unlinked Markdown in the CHANGELOG
4+
- Add: Link to the CHANGELOG in the RubyGems.org metadata
5+
- Add: Link to the Rubydocs.info documentation in the RubyGems.org metadata
6+
17
# 3.6.0 (2020-08-27)
28

39
- Add: Support RPC-encoded WSDL ([#63](https://github.com/savonrb/wasabi/pull/63), [@fernandes][])

lib/wasabi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Wasabi
4-
VERSION = '3.6.0'
4+
VERSION = '3.6.1'
55
end

0 commit comments

Comments
 (0)