diff --git a/CHANGELOG.md b/CHANGELOG.md index 34636c30..c87e433c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.11.4](https://github.com/pagopa/io-functions-services/compare/v1.11.3...v1.11.4) + +- [#175126219] hotfix healthcheck path [`#94`](https://github.com/pagopa/io-functions-services/pull/94) +- [#175126219] hotfix healthcheck path (#94) [`#175126219`](https://www.pivotaltracker.com/story/show/175126219) + #### [v1.11.3](https://github.com/pagopa/io-functions-services/compare/v1.11.2...v1.11.3) +> 26 November 2020 + - fix info path [`#93`](https://github.com/pagopa/io-functions-services/pull/93) +- chore: release 1.11.3 [`b204330`](https://github.com/pagopa/io-functions-services/commit/b2043308d0635f9a84586021eaa02df2fbdfccf2) #### [v1.11.2](https://github.com/pagopa/io-functions-services/compare/v1.11.1...v1.11.2) diff --git a/package.json b/package.json index 81c226d2..9447a36b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-functions-services", - "version": "1.11.3", + "version": "1.11.4", "license": "MIT", "scripts": { "prebuild": "npm-run-all generate:*",