diff --git a/.env b/.env index db3637d..64e6517 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ PORT=5005 NODE_ENV=development -VERSION=2.1.0 +VERSION=2.1.1 PASSWORD=flame_password SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d63c11..e0766ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### v2.1.1 (TBA) +### v2.1.1 (2021-12-02) +- Added support for Docker secrets ([#189](https://github.com/pawelmalak/flame/issues/189)) - Changed some messages and buttons to make it easier to open bookmarks editor ([#239](https://github.com/pawelmalak/flame/issues/239)) ### v2.1.0 (2021-11-26) diff --git a/client/.env b/client/.env index d6fe0e5..ea56cdf 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -REACT_APP_VERSION=2.1.0 \ No newline at end of file +REACT_APP_VERSION=2.1.1 \ No newline at end of file