Skip to content

Commit

Permalink
Bump version to 1.21.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Jul 9, 2021
1 parent ae1020f commit 9bdcdec
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,25 @@ 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.20.0](https://github.com/pagopa/io-functions-services/compare/v1.19.0...v1.20.0)
#### [v1.21.0](https://github.com/pagopa/io-functions-services/compare/v1.20.0...v1.21.0)

- [#IP-275] Managed service preferences before message creation [`#142`](https://github.com/pagopa/io-functions-services/pull/142)
- Add service subscription check [`#144`](https://github.com/pagopa/io-functions-services/pull/144)
- [#IP-300] Temporary ignore email service preference for not Legacy profiles [`#143`](https://github.com/pagopa/io-functions-services/pull/143)
- Add FF_OPT_IN_EMAIL_ENABLED Feature Flag [`#138`](https://github.com/pagopa/io-functions-services/pull/138)

#### [v1.20.0](https://github.com/pagopa/io-functions-services/compare/v1.20.0-RELEASE...v1.20.0)

> 7 July 2021
#### [v1.20.0-RELEASE](https://github.com/pagopa/io-functions-services/compare/v1.19.0...v1.20.0-RELEASE)

> 7 July 2021
- [#IP-274] Implement opt-in/opt-out rules in `GetLimitedProfile` and `GetLimitedProfileByPOST` endpoint [`#141`](https://github.com/pagopa/io-functions-services/pull/141)
- Move OPT_OUT_EMAIL_SWITCH_DATE to Timestamp format [`#140`](https://github.com/pagopa/io-functions-services/pull/140)
- [#IP-292] Add override on isEmailEnabled value for old profiles [`#137`](https://github.com/pagopa/io-functions-services/pull/137)
- Bump version to 1.20.0 [skip ci] [`4aee46d`](https://github.com/pagopa/io-functions-services/commit/4aee46d4b085dde199eee24f9180451e97d79ead)

#### [v1.19.0](https://github.com/pagopa/io-functions-services/compare/v1.19.0-RELEASE...v1.19.0)

Expand Down
2 changes: 1 addition & 1 deletion openapi/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 1.20.0
version: 1.21.0
title: IO API for Public Administration Services
contact:
name: Digital Transformation Team
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagopa/io-functions-services",
"version": "1.20.0",
"version": "1.21.0",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && yarn generate",
Expand Down

0 comments on commit 9bdcdec

Please sign in to comment.