# Changelog
All notable changes to this project will be documented in this file.
## 1.3.0.0
- Support `JsonDict` from `json-spec` 1.4, generating OpenAPI object schemas
with typed `additionalProperties`.
## 1.2.0.4
- Relaxed the upper bound on `time` to allow `time-1.15`.
## 1.2.0.3
- Updated the lower bound of `openapi3` so the package no longer
depends directly on `insert-ordered-containers`.
## 1.2.0.2
- Added GHC 9.14 support.
## 1.2.0.1
- Upgraded the json-spec dependency (adapts to json-spec 1.3 breaking change
where `JsonEither` takes a type-level list of specs instead of two
arguments).