diff --git a/CHANGELOG.md b/CHANGELOG.md index 1555f603..2095133a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## Unreleased +## 4.39.0 - 2020-04-15 ### Changed - Upgrade AEM AWS Stack Provisioner to 4.34.0 @@ -14,15 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgrade AEM AWS Stack Provisioner to 4.33.0 ## 4.37.0 - 2020-03-18 -### Changed -- Upgrade AEM AWS Stack Provisioner to 4.32.0 +### Added +- Add variable jvm_mem_opts to configure JVM Memory for offline compaction in order to solve our-of-memory failure in c4.xlarge (7.5Gb memory) ### Changed +- Upgrade AEM AWS Stack Provisioner to 4.32.0 - Update stack-init script to change dir to custom-stack-provisioner path -### Added -- Add variable jvm_mem_opts to configure JVM Memory for offline compaction in order to solve our-of-memory failure in c4.xlarge (7.5Gb memory) - ## 4.36.1 - 2020-03-13 ### Fixed - Fix incorrect version number for AEM AWS Stack Provisioner upgrade to 4.31.0 diff --git a/Makefile b/Makefile index b2232185..0b379864 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version ?= 4.38.1-pre.0 +version ?= 4.39.0 aem_stack_manager_messenger_version = 2.11.0 aem_test_suite_version = 1.15.0 aem_helloworld_custom_stack_provisioner_version = 0.14.0