Skip to content

Commit 3d321af

Browse files
committed
v0.9.4
1 parent 9fc66e4 commit 3d321af

File tree

8 files changed

+17
-11
lines changed

8 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.4] - 2024-10-11
11+
### Fixed
12+
- Revert fastify dependabot version change - Issue #207
13+
14+
1015
## [0.9.3] - 2024-10-03
1116

1217
### Added
@@ -462,6 +467,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
462467
- Initial release
463468

464469
[Unreleased]: https://github.com/aws-samples/amazon-transcribe-live-meeting-assistant/compare/main...develop
470+
[0.9.4]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.2...v0.9.4
465471
[0.9.3]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.2...v0.9.3
466472
[0.9.2]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.1...v0.9.2
467473
[0.9.1]: https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.0...v0.9.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.3
1+
0.9.4

lca-ai-stack/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.3
1+
0.9.4

lca-ai-stack/deployment/lca-ai-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Parameters:
289289
290290
BootstrapVersion:
291291
Type: String
292-
Default: 0.9.3
292+
Default: 0.9.4
293293
Description: >
294294
Artifacts version (semver). Used to point to a specific release in the S3
295295
bootstrap bucket

lca-ai-stack/samconfig.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ use_container = true
88
# shared account
99
[shared.global.parameters]
1010
s3_bucket = "lca-artifacts-253873381732-us-east-1"
11-
s3_prefix = "artifacts/lca/0.9.3"
11+
s3_prefix = "artifacts/lca/0.9.4"
1212

1313
[shared.deploy.parameters]
1414
stack_name = "LiveCallAnalytics"
1515
s3_bucket = "lca-artifacts-253873381732-us-east-1"
16-
s3_prefix = "artifacts/lca/0.9.3"
16+
s3_prefix = "artifacts/lca/0.9.4"
1717
region = "us-east-1"
1818
fail_on_empty_changeset = false
1919
confirm_changeset = true
2020
capabilities = "CAPABILITY_IAM CAPABILITY_AUTO_EXPAND"
2121
parameter_overrides = [
2222
"BootstrapBucketBaseName=lca-artifacts-253873381732",
2323
"BootstrapS3Prefix=artifacts/lca",
24-
"BootstrapVersion=0.9.3",
24+
"BootstrapVersion=0.9.4",
2525
"S3BucketName=shared-ai-for-chime-vc-audio",
2626
"IsContentRedactionEnabled=true",
2727
"IsSentimentAnalysisEnabled=true",
@@ -32,4 +32,4 @@ parameter_overrides = [
3232

3333
[shared.package.parameters]
3434
s3_bucket = "lca-artifacts-253873381732-us-east-1"
35-
s3_prefix = "artifacts/lca/0.9.3"
35+
s3_prefix = "artifacts/lca/0.9.4"

lca-ai-stack/source/ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lca-ai-stack/source/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lca-ui",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"private": true,
55
"dependencies": {
66
"@aws-amplify/ui-components": "^1.9.6",

lca-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
AWSTemplateFormatVersion: "2010-09-09"
1616
Transform: AWS::Serverless-2016-10-31
1717

18-
Description: Amazon Transcribe Live Call Analytics with Agent Assist - LCA (v0.9.3) (SO9072)
18+
Description: Amazon Transcribe Live Call Analytics with Agent Assist - LCA (v0.9.4) (SO9072)
1919

2020
Parameters:
2121

0 commit comments

Comments
 (0)