Pushed version 2.1.1
This commit is contained in:
parent
48b91581b8
commit
bc077b658d
3 changed files with 4 additions and 3 deletions
2
.env
2
.env
|
@ -1,5 +1,5 @@
|
|||
PORT=5005
|
||||
NODE_ENV=development
|
||||
VERSION=2.1.0
|
||||
VERSION=2.1.1
|
||||
PASSWORD=flame_password
|
||||
SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b
|
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
REACT_APP_VERSION=2.1.0
|
||||
REACT_APP_VERSION=2.1.1
|
Loading…
Reference in a new issue