Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Updating the solution to v1.0.4. See the CHANGELOG for details.
Browse files Browse the repository at this point in the history
  • Loading branch information
khastation committed Dec 21, 2021
1 parent 1ca005a commit 6066516
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
# System Files
**/.DS_Store
**/.vscode
<<<<<<< HEAD
**/.idea
=======
>>>>>>> release/v1.0.4

**/source/aws-connect-vm-serverless/mock/*
**/source/aws-connect-vm-serverless/.serverless/*
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

## [1.0.4] - 2021-12-21
### Changed
- Bumped `amazon-kinesis-video-streams-parser-library` to `1.1.0`
- Bumped `slf4j-api` to `1.7.32`
- Bumped `slf4j-simple` to `1.7.32`
- Bumped `aws-lambda-java-log4j2` to `1.3.0`
- Bumped `log4j-core` to `2.17.0`
- Bumped `log4j-api` to `2.17.0`

## [1.0.3] - 2021-07-30
### Changed
- Bumped nodejs10.X to nodejs12.X in all the relevant assets
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ This solution collects anonymous operational metrics to help AWS improve the
quality of features of the solution. For more information, including how to disable
this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/voicemail-for-amazon-connect/collection-of-operational-metrics.html).


Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at
Expand Down
12 changes: 6 additions & 6 deletions source/aws-connect-vm-serverless/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-video-streams-parser-library</artifactId>
<version>1.0.13</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.24</version>
<version>1.7.32</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.24</version>
<version>1.7.32</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -84,17 +84,17 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-log4j2</artifactId>
<version>1.1.0</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.8.2</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down

0 comments on commit 6066516

Please sign in to comment.