We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435d9ad commit caa219fCopy full SHA for caa219f
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.22.2
4
+
5
+ * Fix: prevents adding an extra =true to urls with parameters without values
6
7
+ Thanks to [David Begin](https://github.com/davidbegin)
8
9
## 1.22.1
10
11
* Adds Rack as a development dependency and removes require rack/utils in main lib.
lib/webmock/version.rb
@@ -1,3 +1,3 @@
module WebMock
- VERSION = '1.22.1' unless defined?(::WebMock::VERSION)
+ VERSION = '1.22.2' unless defined?(::WebMock::VERSION)
end
0 commit comments