We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5f773 commit a62be31Copy full SHA for a62be31
CHANGELOG.md
@@ -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
7
# 3.6.0 (2020-08-27)
8
9
- Add: Support RPC-encoded WSDL ([#63](https://github.com/savonrb/wasabi/pull/63), [@fernandes][])
lib/wasabi/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Wasabi
- VERSION = '3.6.0'
+ VERSION = '3.6.1'
end
0 commit comments