Skip to content

Commit

Permalink
Bump version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Jan 17, 2022
1 parent 54592e8 commit 2944cd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.1
- Bug fixes
- Fix error of can not found SECRET_KEY_BASE on worker.

### 2.0.0
- New features
- Add support for Media Session API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ First, you should ensure your music files stored under "/media_data"
Then run:

```shell
$ curl https://raw.githubusercontent.com/aidewoode/black_candy/v2.0.0/docker-compose.yml > docker-compose.yml
$ curl https://raw.githubusercontent.com/aidewoode/black_candy/v2.0.1/docker-compose.yml > docker-compose.yml
$ docker-compose up -d
```
That's all. Now, you can use initial admin user to login (email: admin@admin.com, password: foobar).
Expand Down

0 comments on commit 2944cd1

Please sign in to comment.