diff --git a/CHANGELOG.md b/CHANGELOG.md index be5c42b..794145c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +#### v1.0.3 + ### **APR-09-2026** #### Documentation @@ -13,14 +15,17 @@ ### **APR-14-2025** #### v1.0.1 - SRE fixes + #### workflow fix ### **FEB-17-2025** #### v1.0.0 - v3 migration null support added + #### Removed super_enum lib ## v0.5.1 - Added support for gcp_na region + #### Added support for gcp_na region ## v0.5.0 - Multiple-reference issue fixed diff --git a/pubspec.yaml b/pubspec.yaml index 894775d..8870745 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: contentstack description: Contentstack is a headless CMS with an API-first approach that puts content at the centre. -version: 1.0.2 +version: 1.0.3 homepage: https://www.contentstack.com documentation: https://www.contentstack.com/docs/developers/apis/content-delivery-api @@ -24,4 +24,3 @@ dev_dependencies: build_web_compilers: ^4.0.11 json_serializable: ^6.9.0 test: ^1.20.1 -