Skip to content

Commit

Permalink
Release v3.6.1
Browse files Browse the repository at this point in the history
  - add CHANGELOG and version bump
  • Loading branch information
olleolleolle committed Aug 27, 2020
1 parent ea5f773 commit a62be31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.6.1 (2020-08-27)

- Fix: Repair unlinked Markdown in the CHANGELOG
- Add: Link to the CHANGELOG in the RubyGems.org metadata
- Add: Link to the Rubydocs.info documentation in the RubyGems.org metadata

# 3.6.0 (2020-08-27)

- Add: Support RPC-encoded WSDL ([#63](https://github.com/savonrb/wasabi/pull/63), [@fernandes][])
Expand Down
2 changes: 1 addition & 1 deletion lib/wasabi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Wasabi
VERSION = '3.6.0'
VERSION = '3.6.1'
end

0 comments on commit a62be31

Please sign in to comment.