Skip to content

Commit

Permalink
chore: release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza committed Oct 20, 2020
1 parent 001bb66 commit 8b3f6b7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,28 @@ 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).

#### [v0.10.0](https://github.com/pagopa/io-functions-admin/compare/v0.9.0...v0.10.0)

- [#175262845] Enable png check on UploadServiceLogo [`#93`](https://github.com/pagopa/io-functions-admin/pull/93)
- RANDOM_CHARSET contains 7 bit printable ASCII [`#94`](https://github.com/pagopa/io-functions-admin/pull/94)
- [#175227073] Allow updating ADB2C User and introduce Token Name management on Create/Update operations [`#92`](https://github.com/pagopa/io-functions-admin/pull/92)
- [#175170499] Add missing unauthorized to openapi specs [`#91`](https://github.com/pagopa/io-functions-admin/pull/91)
- [#175014199] Health checks [`#90`](https://github.com/pagopa/io-functions-admin/pull/90)
- [#175059122] Centralise config read [`#89`](https://github.com/pagopa/io-functions-admin/pull/89)
- [#174947061] Externalize token name attribute [`#88`](https://github.com/pagopa/io-functions-admin/pull/88)
- minor fix [`#87`](https://github.com/pagopa/io-functions-admin/pull/87)
- [#175262845] Enable png check on UploadServiceLogo (#93) [`#175262845`](https://www.pivotaltracker.com/story/show/175262845)
- [#175227073] Allow updating ADB2C User and introduce Token Name management on Create/Update operations (#92) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073) [`#175227073`](https://www.pivotaltracker.com/story/show/175227073)
- [#175170499] Add missing unauthorized to openapi specs (#91) [`#175170499`](https://www.pivotaltracker.com/story/show/175170499) [`#175170499`](https://www.pivotaltracker.com/story/show/175170499) [`#175170499`](https://www.pivotaltracker.com/story/show/175170499)
- [#175014199] Health checks (#90) [`#175014199`](https://www.pivotaltracker.com/story/show/175014199)
- [#175059122] Centralise config read (#89) [`#175059122`](https://www.pivotaltracker.com/story/show/175059122)
- [#174947061] Externalize token name attribute (#88) [`#174947061`](https://www.pivotaltracker.com/story/show/174947061)
- Update CODEOWNERS [`77067d9`](https://github.com/pagopa/io-functions-admin/commit/77067d910b0123a37e4351600013db8cdc90c3ae)

#### [v0.9.0](https://github.com/pagopa/io-functions-admin/compare/v0.8.0...v0.9.0)

> 23 September 2020
- [#174824788] subscription feed on user delete [`#81`](https://github.com/pagopa/io-functions-admin/pull/81)
- [#174710415] Send confirmation email to user after data delete [`#86`](https://github.com/pagopa/io-functions-admin/pull/86)
- [#17482372] Add token name to GetUser from Azure ADB2C [`#85`](https://github.com/pagopa/io-functions-admin/pull/85)
Expand All @@ -30,6 +50,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [#174727490] add fiscalcode ref (#70) [`#174727490`](https://www.pivotaltracker.com/story/show/174727490)
- [#174644239] - Fix GetServices returns all services (#69) [`#174644239`](https://www.pivotaltracker.com/story/show/174644239)
- [#174644239] - Fix GetServices returns all services (#68) [`#174644239`](https://www.pivotaltracker.com/story/show/174644239)
- chore: release 0.9.0 [`e26e29d`](https://github.com/pagopa/io-functions-admin/commit/e26e29d7b347509feebbff66fa03826e9fda3faa)

#### [v0.8.0](https://github.com/pagopa/io-functions-admin/compare/v0.7.1...v0.8.0)

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": "io-functions-admin",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && yarn generate",
Expand Down

0 comments on commit 8b3f6b7

Please sign in to comment.