diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 525f1c2cf..8901897b3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ conda-smithy Change Log .. current developments +v3.30.1 +==================== + +**Added:** + +* Support setting teams, roles and users_from_json in cirun (#1809). +* Don't skip testing in win if there is an emulator. + +**Authors:** + +* Isuru Fernando + + + v3.30.0 ==================== diff --git a/news/cirun.rst b/news/cirun.rst deleted file mode 100644 index 47972756a..000000000 --- a/news/cirun.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Support setting teams, roles and users_from_json in cirun (#1809). - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/emulator-win.bat b/news/emulator-win.bat deleted file mode 100644 index 5261a4a50..000000000 --- a/news/emulator-win.bat +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Don't skip testing in win if there is an emulator. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*