Skip to content

Commit

Permalink
Version 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Feb 26, 2021
1 parent 293d06e commit 36c2dea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

# 3.12.0

* Added support for handling custom JSON and XML content types e.g. 'application/vnd.api+json'

# 3.11.3

* Fixed async-http adapter to only considered requests as real if they are real.
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -1156,6 +1156,7 @@ People who submitted patches and new features or suggested improvements. Many th
* Oleksiy Kovyrin
* Matt Larraz
* Tony Schneider
* Niklas Hösl

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
@@ -1,3 +1,3 @@
module WebMock
VERSION = '3.11.3' unless defined?(::WebMock::VERSION)
VERSION = '3.12.0' unless defined?(::WebMock::VERSION)
end

0 comments on commit 36c2dea

Please sign in to comment.