diff options
author | Shane McDonald <me@shanemcd.com> | 2021-06-28 18:25:44 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-06-28 18:25:44 +0200 |
commit | 73bb4755034fa90b9dfba754c95125e18692cb23 (patch) | |
tree | eb89a828f9c38aa1cd274b3d6f8d10bfcd048fce /CHANGELOG.md | |
parent | Use Ansible Runner 2.0.0 release (diff) | |
download | awx-73bb4755034fa90b9dfba754c95125e18692cb23.tar.xz awx-73bb4755034fa90b9dfba754c95125e18692cb23.zip |
Bump version + changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
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) |