diff --git a/.gitignore b/.gitignore index bd930ca..8079c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 616d8f5..a203278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index abae3da..92ca088 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/source/aws-connect-vm-serverless/pom.xml b/source/aws-connect-vm-serverless/pom.xml index 0940e1a..e526052 100755 --- a/source/aws-connect-vm-serverless/pom.xml +++ b/source/aws-connect-vm-serverless/pom.xml @@ -63,17 +63,17 @@ com.amazonaws amazon-kinesis-video-streams-parser-library - 1.0.13 + 1.1.0 org.slf4j slf4j-api - 1.7.24 + 1.7.32 org.slf4j slf4j-simple - 1.7.24 + 1.7.32 test @@ -84,17 +84,17 @@ com.amazonaws aws-lambda-java-log4j2 - 1.1.0 + 1.3.0 org.apache.logging.log4j log4j-core - 2.13.2 + 2.17.0 org.apache.logging.log4j log4j-api - 2.8.2 + 2.17.0 software.amazon.awssdk