diff --git a/CHANGES.md b/CHANGES.md index 095e876..c7fe9c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). Note: Minor version `0.X.0` update might break the API, It's recommended to pin `tipg` to minor version: `tipg>=0.1,<0.2` +## [0.6.3] - 2024-02-02 + +- update pydantic's `Field` usage to avoid 3.0 deprecation +- update starlette's `TemplateResponse' usage to avoid deprecation + ## [0.6.2] - 2024-01-19 - add `root_path` API settings @@ -281,7 +286,8 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin - Initial release -[unreleased]: https://github.com/developmentseed/tipg/compare/0.6.2...HEAD +[unreleased]: https://github.com/developmentseed/tipg/compare/0.6.3...HEAD +[0.6.3]: https://github.com/developmentseed/tipg/compare/0.6.2...0.6.3 [0.6.2]: https://github.com/developmentseed/tipg/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/developmentseed/tipg/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/developmentseed/tipg/compare/0.5.7...0.6.0