diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b0aa8fbd2..2fd970c21 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,29 @@ Ansible Galaxy Changes by Release ================================= +3.2.4 - Released 28-Jun-2019 +---------------------------- + +Closed PRs +`````````` +- `1929 Fix broken doc link `_. +- `1939 Add collections list action to API `_. + + +3.2.3 - Released 19-Jun-2019 +--------------------------- + +Closed PRs +`````````` +- `1903 Fixes UI typo in my-content/content-list component `_. +- `1904 Add ParamPaginator and ParamFilter React component `__. +- `1906 Fix collection detail breaking when no description is set `__. +- `1909 Add link back to Galaxy site from /docs `_. +- `1910 Fix collection detail breaking when no description is set `_. +- `1919 Prevent duplicate namespace on login when github username case changes `_. +- `1923 Check file size on Collection import `_. + + 3.2.2 - Released 7-Jun-2019 ---------------------------