Skip to content

Commit

Permalink
Merge pull request #29 from inaka/elbrujohalcon.29.version_bump_to_1_0_3
Browse files Browse the repository at this point in the history
Version Bump to 1.0.3
  • Loading branch information
Brujo Benavides committed Aug 26, 2015
2 parents a15f173 + ff3a6c1 commit 5789bde
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion src/worker_pool.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -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]},
Expand Down

0 comments on commit 5789bde

Please sign in to comment.