diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 981af38dd..bb9eaeea8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,25 @@ conda-smithy Change Log .. current developments +v3.41.0 +==================== + +**Added:** + +* Added expiration dates to tokens when rotating. + +**Fixed:** + +* fix cross-compilation with rattler-build by setting `--target-platform=${HOST_PLATFORM}` + +**Authors:** + +* Matthew R. Becker +* Wolf Vollprecht +* pre-commit-ci[bot] + + + v3.40.1 ==================== diff --git a/news/rattler-build-cross-compile.rst b/news/rattler-build-cross-compile.rst deleted file mode 100644 index 32af8fd86..000000000 --- a/news/rattler-build-cross-compile.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* fix cross-compilation with rattler-build by setting `--target-platform=${HOST_PLATFORM}` diff --git a/news/tokens-expire.rst b/news/tokens-expire.rst deleted file mode 100644 index 9fd211406..000000000 --- a/news/tokens-expire.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Added:** - -* Added expiration dates to tokens when rotating.