diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4974f..a474066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.0 (2023-12-08) + +- Add additional documentation + ## 2.0.0-rc.1 (2023-10-21) - Fix handling of null values in `enum` for string, number, integer, and boolean @@ -10,4 +14,4 @@ - Add `enum` field to boolean schema - Add `callbacks` to `Operation` type (out of conformance with spec) - Fix handling of subschemas with typed Schema objects -- Fixes to SecuritySchema handling \ No newline at end of file +- Fixes to SecuritySchema handling diff --git a/Cargo.toml b/Cargo.toml index 8c0a903..d8e3856 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openapiv3" -version = "2.0.0-rc.1" +version = "2.0.0" authors = ["Glade Miller "] edition = "2021" license = "MIT/Apache-2.0"