Skip to content

Commit 5c617da

Browse files
committed
add v2.0.1
1 parent 1ac9476 commit 5c617da

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changes
22

3+
## 2.0.1 ( May 25, 2022 )
4+
5+
- Server
6+
- Rewrite `Makefile`
7+
- Update dependencies
8+
- Admin
9+
- Show auth errors
10+
- Repository
11+
- Fix ignored files
12+
313
## 2.0.0 ( May 9, 2022 )
414

515
- Server

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version: "3.7"
1+
version: "3.9"
22

33
services:
44
nikas:
5-
image: nikasproject/server:2.0.0
5+
image: nikasproject/server:2.0.1
66
restart: unless-stopped
77
container_name: nikas
88
environment:

version.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

0 commit comments

Comments
 (0)