diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f74441..60dcb5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.4] - 2024-10-11 +### Fixed +- Revert fastify dependabot version change - Issue #207 + + ## [0.9.3] - 2024-10-03 ### Added @@ -462,6 +467,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release [Unreleased]: https://github.com/aws-samples/amazon-transcribe-live-meeting-assistant/compare/main...develop +[0.9.4]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.2...v0.9.4 [0.9.3]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.0...v0.9.1 diff --git a/VERSION b/VERSION index b3ec1638..2bd77c74 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.3 \ No newline at end of file +0.9.4 \ No newline at end of file diff --git a/lca-ai-stack/VERSION b/lca-ai-stack/VERSION index 965065db..a602fc9e 100644 --- a/lca-ai-stack/VERSION +++ b/lca-ai-stack/VERSION @@ -1 +1 @@ -0.9.3 +0.9.4 diff --git a/lca-ai-stack/deployment/lca-ai-stack.yaml b/lca-ai-stack/deployment/lca-ai-stack.yaml index 67190633..1f64b485 100644 --- a/lca-ai-stack/deployment/lca-ai-stack.yaml +++ b/lca-ai-stack/deployment/lca-ai-stack.yaml @@ -289,7 +289,7 @@ Parameters: BootstrapVersion: Type: String - Default: 0.9.3 + Default: 0.9.4 Description: > Artifacts version (semver). Used to point to a specific release in the S3 bootstrap bucket diff --git a/lca-ai-stack/samconfig.toml b/lca-ai-stack/samconfig.toml index 09fd70d4..b458961d 100644 --- a/lca-ai-stack/samconfig.toml +++ b/lca-ai-stack/samconfig.toml @@ -8,12 +8,12 @@ use_container = true # shared account [shared.global.parameters] s3_bucket = "lca-artifacts-253873381732-us-east-1" -s3_prefix = "artifacts/lca/0.9.3" +s3_prefix = "artifacts/lca/0.9.4" [shared.deploy.parameters] stack_name = "LiveCallAnalytics" s3_bucket = "lca-artifacts-253873381732-us-east-1" -s3_prefix = "artifacts/lca/0.9.3" +s3_prefix = "artifacts/lca/0.9.4" region = "us-east-1" fail_on_empty_changeset = false confirm_changeset = true @@ -21,7 +21,7 @@ capabilities = "CAPABILITY_IAM CAPABILITY_AUTO_EXPAND" parameter_overrides = [ "BootstrapBucketBaseName=lca-artifacts-253873381732", "BootstrapS3Prefix=artifacts/lca", - "BootstrapVersion=0.9.3", + "BootstrapVersion=0.9.4", "S3BucketName=shared-ai-for-chime-vc-audio", "IsContentRedactionEnabled=true", "IsSentimentAnalysisEnabled=true", @@ -32,4 +32,4 @@ parameter_overrides = [ [shared.package.parameters] s3_bucket = "lca-artifacts-253873381732-us-east-1" -s3_prefix = "artifacts/lca/0.9.3" +s3_prefix = "artifacts/lca/0.9.4" diff --git a/lca-ai-stack/source/ui/package-lock.json b/lca-ai-stack/source/ui/package-lock.json index a134bc0b..14429f3c 100644 --- a/lca-ai-stack/source/ui/package-lock.json +++ b/lca-ai-stack/source/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "lca-ui", - "version": "0.9.3", + "version": "0.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lca-ui", - "version": "0.9.3", + "version": "0.9.4", "dependencies": { "@aws-amplify/ui-components": "^1.9.6", "@aws-amplify/ui-react": "^1.2.26", diff --git a/lca-ai-stack/source/ui/package.json b/lca-ai-stack/source/ui/package.json index 2d26f94f..49d231df 100644 --- a/lca-ai-stack/source/ui/package.json +++ b/lca-ai-stack/source/ui/package.json @@ -1,6 +1,6 @@ { "name": "lca-ui", - "version": "0.9.3", + "version": "0.9.4", "private": true, "dependencies": { "@aws-amplify/ui-components": "^1.9.6", diff --git a/lca-main.yaml b/lca-main.yaml index 29833620..c207e8b0 100644 --- a/lca-main.yaml +++ b/lca-main.yaml @@ -15,7 +15,7 @@ AWSTemplateFormatVersion: "2010-09-09" Transform: AWS::Serverless-2016-10-31 -Description: Amazon Transcribe Live Call Analytics with Agent Assist - LCA (v0.9.3) (SO9072) +Description: Amazon Transcribe Live Call Analytics with Agent Assist - LCA (v0.9.4) (SO9072) Parameters: