diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cedf6..e9801d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ 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.1.5](https://github.com/pagopa/io-cie-sdk/compare/v1.1.4...v1.1.5) +#### [v1.2.0](https://github.com/pagopa/io-cie-sdk/compare/v1.1.5...v1.2.0) + +- [IOPID-542, IOPID-543] Switch for IPZS UAT [`#50`](https://github.com/pagopa/io-cie-sdk/pull/50) + +#### [v1.1.5](https://github.com/pagopa/io-cie-sdk/compare/v1.1.5-RELEASE...v1.1.5) + +> 13 February 2023 + +#### [v1.1.5-RELEASE](https://github.com/pagopa/io-cie-sdk/compare/v1.1.4...v1.1.5-RELEASE) + +> 13 February 2023 - Fix reading of new CIE on Android [`#48`](https://github.com/pagopa/io-cie-sdk/pull/48) +- Bump version to 1.1.5 [skip ci] [`7f813a3`](https://github.com/pagopa/io-cie-sdk/commit/7f813a3165f000f410df832a1ad6629e22601a3e) #### [v1.1.4](https://github.com/pagopa/io-cie-sdk/compare/v1.1.4-RELEASE...v1.1.4) diff --git a/package.json b/package.json index 8e30197..23d2b8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/react-native-cie", - "version": "1.1.6", + "version": "1.2.0", "description": "CIE (Carta di Identità Elettronica) module for react native.", "main": "index.js", "types": "index.d.ts",