From ee68a7ff095d3fe50c82b58dddaa8ba9f9b105d8 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 7 Apr 2021 13:52:58 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b53dd306dc..27d1f76b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This is a list of high-level changes for each release of AWX. A full list of com - Added support for Execution Environments to the Activity Stream (https://github.com/ansible/awx/issues/9308) - Fixed a bug that improperly formats OpenSSH keys specified in custom Credential Types (https://github.com/ansible/awx/issues/9361) - Fixed an HTTP 500 error for unauthenticated users (https://github.com/ansible/awx/pull/9725) +- Added subscription wizard: https://github.com/ansible/awx/pull/9496 # 18.0.0 (March 23, 2021)