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

Commit 09b50d3

Browse files
committed
Add information about the new "development" branch
1 parent 5ac9378 commit 09b50d3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## development branch
8+
### Changed
9+
- Reworked the build system to only use serverless
10+
- Merged in the following PRs:
11+
- Bump log4j core version (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/23)
12+
- Remove newline character (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/27)
13+
- Bump junit version (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/39)
14+
- Improved error handling of many users (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/52)
15+
- Use regional domain name for S3 (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/48)
16+
17+
## master branch
718
## [1.0.2] - 2020-07-01
819
You can deploy at https://solutions-reference.s3.amazonaws.com/voicemail-for-amazon-connect/v1.0.2/voicemail-for-amazon-connect.template
920
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Voicemail for Amazon Connect
22
This solutions deploys the resources necessary to configure a voicemail system to use with Amazon Connect. See [Solution Architecture](https://aws.amazon.com/solutions/implementations/voicemail-for-amazon-connect/).
33

4-
## Version Update Note
5-
* Please note that we have pushed an update to the GitHub repo, however, we have not updated the implementation guide yet. If you want to deploy the most recent version, please refer to CHANGELOG.MD. Updates to the implementation guide will be released in the coming weeks.
4+
## Development Branch
5+
We have added a new branch to this solution: the "development" branch. The "development" branch contains the same solution, but has a simplified build system that removes complexities introduced by the AWS Solution. If you would like to pull down this code to modify it for your own testing, you should use the "development" branch. The "development" branch is where we will accept PRs and continue to build out the Voicemail solution with more functionality based on feedback from users. We will update the "master" branch with changes from the "development" branch twice a year.
66

77
## Running unit tests for customization
88
* Clone the repository, then make the desired code changes

0 commit comments

Comments
 (0)