summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2020-06-09 16:19:53 +0200
committerShane McDonald <me@shanemcd.com>2020-06-09 18:19:17 +0200
commit2bbbb04499629ef1be269116a525ed31d229bf60 (patch)
tree2697bcba36250f980862fcdfbe86394e18dbe398 /CHANGELOG.md
parentMerge pull request #7240 from rebeccahhh/memcache-memories (diff)
downloadawx-2bbbb04499629ef1be269116a525ed31d229bf60.tar.xz
awx-2bbbb04499629ef1be269116a525ed31d229bf60.zip
Bump version to 12.0.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bd55f4f58..5d248c8173 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
This is a list of high-level changes for each release of AWX. A full list of commits can be found at `https://github.com/ansible/awx/releases/tag/<version>`.
-## 12.0.0 (TBD)
+## 12.0.0 (Jun 9, 2020)
- Removed memcached as a dependency of AWX (https://github.com/ansible/awx/pull/7240)
- Moved to a single container image build instead of separate awx_web and awx_task images. The container image is just `awx` (https://github.com/ansible/awx/pull/7228)
- Official AWX container image builds now use a two-stage container build process that notably reduces the size of our published images (https://github.com/ansible/awx/pull/7017)