diff --git a/CHANGELOG.md b/CHANGELOG.md index 073ccb3e..752b7fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.2] - 2022-06-01 +### Fixed +- Replaces ':' with '-' when constructing Transcribe job name. Note, use '-' instead of ':' in any custom regex patterns specified in CF parameter, as regex is applied to the generated job name after replacement. + ## [0.2.1] - 2022-04-20 ### Fixed - supports audio files placed in subfolders under IngestBucket path. Replaces '/' with '-' when constructing job name. @@ -41,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/compare/v0.2.1...develop +[Unreleased]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/compare/v0.2.2...develop +[0.2.2]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.2.2 [0.2.1]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.2.1 [0.2.0]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.2.0 [0.1.4]: https://github.com/aws-samples/amazon-transcribe-post-call-analytics/releases/tag/v0.1.4 diff --git a/VERSION b/VERSION index 0c62199f..ee1372d3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2 diff --git a/pca-main-nokendra.template b/pca-main-nokendra.template index c9bcf317..9445e97f 100644 --- a/pca-main-nokendra.template +++ b/pca-main-nokendra.template @@ -1,6 +1,6 @@ AWSTemplateFormatVersion: "2010-09-09" -Description: Amazon Transcribe Post Call Analytics - PCA (v0.2.1) (uksb-1sn29lk73) +Description: Amazon Transcribe Post Call Analytics - PCA (v0.2.2) (uksb-1sn29lk73) Parameters: diff --git a/pca-main.template b/pca-main.template index e0cacc95..8be3a13d 100644 --- a/pca-main.template +++ b/pca-main.template @@ -1,6 +1,6 @@ AWSTemplateFormatVersion: "2010-09-09" -Description: Amazon Transcribe Post Call Analytics - PCA (v0.2.1) (uksb-1sn29lk73) +Description: Amazon Transcribe Post Call Analytics - PCA (v0.2.2) (uksb-1sn29lk73) Parameters: