We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795df9a commit d113d6aCopy full SHA for d113d6a
4 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 2.9.2
6
+
7
- OpenapiFirst::Test reports all non-covered requests now
8
- Response validation: Improve content type mismatch exception message
9
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- openapi_first (2.9.1)
+ openapi_first (2.9.2)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
openapi_parameters (>= 0.5.1, < 2.0)
benchmarks/Gemfile.lock
remote: ..
lib/openapi_first/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module OpenapiFirst
- VERSION = '2.9.1'
+ VERSION = '2.9.2'
end
0 commit comments