@@ -2,4 +2,5 @@ node_modules
.github
public
k8s
-skaffold.yaml
+skaffold.yaml
+data
@@ -1,5 +1,5 @@
PORT=5005
NODE_ENV=development
-VERSION=2.1.1
+VERSION=2.2.0
PASSWORD=flame_password
SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b
@@ -1,5 +1,6 @@
-### v2.2.0 (TBA)
+### v2.2.0 (2021-12-17)
- Added option to set custom description for apps ([#201](https://github.com/pawelmalak/flame/issues/201))
+- Fixed fatal error while deploying Flame to cluster ([#242](https://github.com/pawelmalak/flame/issues/242))
### v2.1.1 (2021-12-02)
- Added support for Docker secrets ([#189](https://github.com/pawelmalak/flame/issues/189))
@@ -1 +1 @@
-REACT_APP_VERSION=2.1.1
+REACT_APP_VERSION=2.2.0