diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2370f..7cd19c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +For newest versions (i.e. `5.0.0` and above), please check [Github Release Notes](https://github.com/inaka/worker_pool/releases). + ## [5.0.0](https://github.com/inaka/worker_pool/tree/5.0.0) (2021-10-07) [Full Changelog](https://github.com/inaka/worker_pool/compare/4.0.3...5.0.0) diff --git a/src/worker_pool.app.src b/src/worker_pool.app.src index e38bd88..8001f59 100644 --- a/src/worker_pool.app.src +++ b/src/worker_pool.app.src @@ -17,7 +17,7 @@ {application, worker_pool, [{description, "Erlang Worker Pool"}, - {vsn, "5.0.0"}, + {vsn, git}, {id, "worker_pool"}, {registered, []}, {modules, []},