diff --git a/changelog.txt b/changelog.txt index ec7be03204..4f3c5eeccf 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +v0.20.1 (2019-01-07) +~~~~~~~ + +* Change to atomic for cache capacity. (#665) + v0.20.1-rc3 (2019-01-06) ~~~~~~~~~~~ diff --git a/src/version.inc b/src/version.inc index 3185ff3f70..046b5d007e 100644 --- a/src/version.inc +++ b/src/version.inc @@ -1,4 +1,4 @@ #define LC0_VERSION_MAJOR 0 #define LC0_VERSION_MINOR 20 #define LC0_VERSION_PATCH 1 -#define LC0_VERSION_POSTFIX "rc3" +#define LC0_VERSION_POSTFIX ""