Skip to content

Commit

Permalink
add v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed May 25, 2022
1 parent 1ac9476 commit 5c617da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changes

## 2.0.1 ( May 25, 2022 )

- Server
- Rewrite `Makefile`
- Update dependencies
- Admin
- Show auth errors
- Repository
- Fix ignored files

## 2.0.0 ( May 9, 2022 )

- Server
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.7"
version: "3.9"

services:
nikas:
image: nikasproject/server:2.0.0
image: nikasproject/server:2.0.1
restart: unless-stopped
container_name: nikas
environment:
Expand Down
2 changes: 1 addition & 1 deletion version.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit 5c617da

Please sign in to comment.