diff --git a/CHANGELOG.md b/CHANGELOG.md index d67ad11..0fc3f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # Change Log +## [1.0.3](https://github.com/inaka/worker_pool/tree/1.0.2) (2015-08-26) + +[Full Changelog](https://github.com/inaka/worker_pool/compare/1.0.2...1.0.3) + +**Merged pull requests:** + +- added support for R18 and the deprecation of 'now' [\#26](https://github.com/inaka/worker_pool/pull/26) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta)) + +- Fix platform_define string to 18 and calling timestamp(). [\#28](https://github.com/inaka/worker_pool/pull/28) ([josohf](https://github.com/josohf)) + ## [1.0.2](https://github.com/inaka/worker_pool/tree/1.0.2) (2015-03-16) -[Full Changelog](https://github.com/inaka/worker_pool/compare/1.0.1...HEAD) +[Full Changelog](https://github.com/inaka/worker_pool/compare/1.0.1...1.0.2) **Merged pull requests:** diff --git a/src/worker_pool.app.src b/src/worker_pool.app.src index f4dbb7a..b7abafe 100644 --- a/src/worker_pool.app.src +++ b/src/worker_pool.app.src @@ -15,7 +15,7 @@ {application, worker_pool, [ {description, "Erlang Worker Pool"}, - {vsn, "1.0.2"}, + {vsn, "1.0.3"}, {id, "worker_pool"}, {registered, []}, {applications, [kernel,stdlib]},