From 664a3509eda3eaf6762bf23d1020314be796cb05 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 29 May 2024 12:14:25 +0000 Subject: [PATCH] Bump version to 1.7.1 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd072e4a..eaaf7729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.7.1](https://github.com/pagopa/io-functions-admin/compare/v1.7.0...v1.7.1) + +- [#IOPID-1885] check mail - case insensitive [`#238`](https://github.com/pagopa/io-functions-admin/pull/238) + #### [v1.7.0](https://github.com/pagopa/io-functions-admin/compare/v1.6.1...v1.7.0) +> 13 May 2024 + - [IOPAE-1133] Upgrade arm-apimanagement sdk [`#237`](https://github.com/pagopa/io-functions-admin/pull/237) +- Bump version to 1.7.0 [skip ci] [`00a1283`](https://github.com/pagopa/io-functions-admin/commit/00a1283bb190b21070c5c604133a6d3052e88c07) #### [v1.6.1](https://github.com/pagopa/io-functions-admin/compare/v1.6.0...v1.6.1) diff --git a/package.json b/package.json index a5cd6aad..e60b7774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",