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

Commit

Permalink
fixed CHANGELOG formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kocedavi committed Oct 31, 2022
1 parent 5b512b3 commit 741e9e3
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,6 @@ 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.1.0] - 2022-08-31
### Changed
- Updated all dependencies in `source/aws-connect-vm-serverless/pom.xml`
- Updated `AWS Lambda` runtime to `nodejs16.x` in all templates
- `deployment/aws-connect-vm.template`
- `deployment/cloudfront.template`
- `deployment/copy-artifacts.template`
- `deployment/voicemail-for-amazon-connect.template`
- `source/aws-connect-vm-serverless/serverless.yml`
- Updated serverless framework `v1` to `v3`
- removed `serverless-pseudo-parameters` from plugin and changes pseudo params format
- added `apiKeys` under `Resources` section of `source/aws-connect-vm-serverless/serverless.yml`
- Changed all parameter references from `#` (serverless v1) to `$` (serverless v3)
- changed `source/tools/transform.py` to remove conditions not needed for 2 resources due to the `apiKeys` change
- Bumping up dependencies in `source/aws-connect-vm-serverless/package.json` to remove vulnerabilities
- Changes to fix missing value of `SECRET_ARN` from `TranscriptionEvents`, and adding `secretsmanager:GetValue` permissions to `TranscriptionEventsIamRole` in `source/aws-connect-vm-serverless/serverless.yml`
- Fixed bug where voicemail is not sent for only sms in `source/aws-connect-vm-serverless/src/service/notification.service.js`
- Add the `QueueTypes` parm to `ListQueues` to reduce number of items returned in `source/aws-connect-vm-serverless/src/service/contact-flow.service.js`
- Merged in the following PRs:
- Remove newline character (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/27)
- Bump junit version (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/39)
- Improved error handling of many users (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/52)
- Use regional domain name for S3 (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/48)
## [1.0.5] - 2022-02-09
### Changed
- Bumped `amazon-kinesis-video-streams-parser-library` to `1.2.0`
- Downgraded `request` to `2.53.0`
## [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.1.1] - 2022-10-31
### Added
Expand Down

0 comments on commit 741e9e3

Please sign in to comment.