diff --git a/CHANGELOG.md b/CHANGELOG.md index e9801d1..3daddc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v1.2.0](https://github.com/pagopa/io-cie-sdk/compare/v1.1.5...v1.2.0) +#### [v1.2.1](https://github.com/pagopa/io-cie-sdk/compare/v1.2.0...v1.2.1) + +- [IOPID-1714] handle malformed response on iOS [`#51`](https://github.com/pagopa/io-cie-sdk/pull/51) +- Create CODEOWNERS [`50018c4`](https://github.com/pagopa/io-cie-sdk/commit/50018c4c801e62923153dac4cf94ccdb0dbb2e94) + +#### [v1.2.0](https://github.com/pagopa/io-cie-sdk/compare/v1.2.0-RELEASE...v1.2.0) + +> 28 July 2023 + +#### [v1.2.0-RELEASE](https://github.com/pagopa/io-cie-sdk/compare/v1.1.5...v1.2.0-RELEASE) + +> 28 July 2023 - [IOPID-542, IOPID-543] Switch for IPZS UAT [`#50`](https://github.com/pagopa/io-cie-sdk/pull/50) +- Bump version to 1.2.0 [skip ci] [`a3c759c`](https://github.com/pagopa/io-cie-sdk/commit/a3c759ca2522fad17049c44653a665b9ea2cd550) #### [v1.1.5](https://github.com/pagopa/io-cie-sdk/compare/v1.1.5-RELEASE...v1.1.5) diff --git a/package.json b/package.json index 23d2b8c..6241d16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/react-native-cie", - "version": "1.2.0", + "version": "1.2.1", "description": "CIE (Carta di Identità Elettronica) module for react native.", "main": "index.js", "types": "index.d.ts",