diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a5d8ea11..042fc26808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 19.2.2 (June 28, 2021) + +- Fixed bug where symlinks pointing to directories were not preserved (https://github.com/ansible/ansible-runner/pull/736) +- Various bugfixes found during testing (https://github.com/ansible/awx/pull/10532) + # 19.2.1 (June 17, 2021) - There are now 2 default Instance Groups: 'controlplane' and 'default' (https://github.com/ansible/awx/pull/10324) diff --git a/VERSION b/VERSION index 34716091d4..d16f3ea71e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.2.1 +19.2.2 diff --git a/awxkit/VERSION b/awxkit/VERSION index 34716091d4..d16f3ea71e 100644 --- a/awxkit/VERSION +++ b/awxkit/VERSION @@ -1 +1 @@ -19.2.1 +19.2.2