From ba7ee3ed9566351024a43b0f33628a4965937b36 Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Tue, 3 Aug 2021 17:33:13 +0530 Subject: [PATCH] Update changelog for 1.14.1 (#2145) Signed-off-by: Sanket Sudake --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb41b28..cc8b39e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v1.14.1](https://github.com/fission/fission/tree/v1.14.1) (2021-08-03) + +[Full Changelog](https://github.com/fission/fission/compare/v1.14.0...v1.14.1) + +## [1.14.1](https://github.com/fission/fission/tree/1.14.1) (2021-08-03) + +[Full Changelog](https://github.com/fission/fission/compare/1.14.0...1.14.1) + +**Merged pull requests:** + +- Fixed service name generation for function name \< 17 chars [\#2142](https://github.com/fission/fission/pull/2142) ([sanketsudake](https://github.com/sanketsudake)) + ## [v1.14.0](https://github.com/fission/fission/tree/v1.14.0) (2021-08-02) [Full Changelog](https://github.com/fission/fission/compare/v1.13.1...v1.14.0)