Skip to content

Commit d1da6a1

Browse files
committed
2.9.1
- Fix OpenapiFirst::Test's request validation to not always raise an error, but only for unknown requests
1 parent 379ceb4 commit d1da6a1

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.9.1
6+
57
- Fix OpenapiFirst::Test's request validation to not always raise an error, but only for unknown requests
68

79
## 2.9.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openapi_first (2.9.0)
4+
openapi_first (2.9.1)
55
hana (~> 1.3)
66
json_schemer (>= 2.1, < 3.0)
77
openapi_parameters (>= 0.5.1, < 2.0)

benchmarks/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
openapi_first (2.9.0)
4+
openapi_first (2.9.1)
55
hana (~> 1.3)
66
json_schemer (>= 2.1, < 3.0)
77
openapi_parameters (>= 0.5.1, < 2.0)

lib/openapi_first/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpenapiFirst
4-
VERSION = '2.9.0'
4+
VERSION = '2.9.1'
55
end

0 commit comments

Comments
 (0)