Skip to content

Commit 0531d54

Browse files
committed
update changelog
1 parent c70b5b1 commit 0531d54

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

77
Note: Minor version `0.X.0` update might break the API, It's recommended to pin geojson-pydantic to minor version: `geojson-pydantic>=0.6,<0.7`
88

9+
## [1.0.2] - 2024-01-16
10+
11+
### Fixed
12+
13+
* Temporary workaround for surfacing model attributes in FastAPI application (author @markus-work, https://github.com/developmentseed/geojson-pydantic/pull/153)
14+
915
## [1.0.1] - 2023-10-04
1016

1117
### Fixed
@@ -348,7 +354,8 @@ Although the type file was added in `0.2.0` it wasn't included in the distribute
348354
### Added
349355
- Initial Release
350356

351-
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/1.0.1...HEAD
357+
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/1.0.2...HEAD
358+
[1.0.2]: https://github.com/developmentseed/geojson-pydantic/compare/1.0.1...1.0.2
352359
[1.0.1]: https://github.com/developmentseed/geojson-pydantic/compare/1.0.0...1.0.1
353360
[1.0.0]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.3...1.0.0
354361
[0.6.3]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.2...0.6.3

0 commit comments

Comments
 (0)