Skip to content

Commit

Permalink
Version 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 5, 2021
1 parent 3a5c8a3 commit e2c4371
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 3.14.0

* Bump Addressable from 2.3.6 to 2.8.0

Thanks to [Eduardo Hernandez](https://github.com/EduardoGHdez)

# 3.13.0

* Support http.rb 5.x
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,7 @@ People who submitted patches and new features or suggested improvements. Many th
* Johanna Hartmann
* Alex Vondrak
* Will Storey
* Eduardo Hernandez

For a full list of contributors you can visit the
[contributors](https://github.com/bblimke/webmock/contributors) page.
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebMock
VERSION = '3.13.0' unless defined?(::WebMock::VERSION)
VERSION = '3.14.0' unless defined?(::WebMock::VERSION)
end

0 comments on commit e2c4371

Please sign in to comment.