Skip to content

Commit caa219f

Browse files
committed
Version 1.22.2
1 parent 435d9ad commit caa219f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 1.22.1
410

511
* Adds Rack as a development dependency and removes require rack/utils in main lib.

lib/webmock/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WebMock
2-
VERSION = '1.22.1' unless defined?(::WebMock::VERSION)
2+
VERSION = '1.22.2' unless defined?(::WebMock::VERSION)
33
end

0 commit comments

Comments
 (0)