We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feeaa1f commit 1881018Copy full SHA for 1881018
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Unreleased
2
----------
3
4
+3.2.1
5
+-----
6
+
7
+- Support aeson-2.0.3.
8
+- Support GHC-9.2 (doctests still fail).
9
10
+3.2.0
11
12
13
- Support aeson-2 [#34](https://github.com/biocad/openapi3/pull/34).
14
- Use `SecurityDefinitions` type for `_componentsSecuritySchemes`
15
[#32](https://github.com/biocad/openapi3/pull/32).
openapi3.cabal
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: openapi3
-version: 3.2.0
+version: 3.2.1
synopsis: OpenAPI 3.0 data model
category: Web, Swagger, OpenApi
0 commit comments