diff --git a/CHANGELOG.md b/CHANGELOG.md index 798ef54..ac1229f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog -## [v0.1.9](https://github.com/jj-style/gobal-player/compare/v0.1.8...HEAD) (2024-03-28) +## [v0.1.10](https://github.com/jj-style/gobal-player/compare/v0.1.9...HEAD) (2024-03-28) -### Features +### [v0.1.9](https://github.com/jj-style/gobal-player/compare/v0.1.8...v0.1.9) (2024-03-28) + +#### Features * **server:** implement server to global player (#16) ([469a7aa](https://github.com/jj-style/gobal-player/commit/469a7aa72a6dcd0b8248070da810c9a097f51b15)), diff --git a/README.md b/README.md index fb8196f..8903ebf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Published in the [AUR: gobal-player-tui](https://aur.archlinux.org/packages/goba #### From source ```bash -go install github.com/jj-style/gobal-player/cmd/gobal-player-tui@v0.1.9 +go install github.com/jj-style/gobal-player/cmd/gobal-player-tui@v0.1.10 gobal-player-tui ``` @@ -32,4 +32,4 @@ RESTful server with friendly APIs to global player, and more features coming soo ### Docker -Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player-server:v0.1.9` +Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player-server:v0.1.10`