Skip to content

Commit

Permalink
Merge pull request inaka#111 from inaka/elbrujohalcon.111.publish_lat…
Browse files Browse the repository at this point in the history
…est_version_to_hex_

Publish latest version to hex?
  • Loading branch information
Brujo Benavides authored Jul 19, 2017
2 parents c471fac + a82b5dd commit 5870947
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [2.3.0](https://github.com/inaka/worker_pool/tree/2.3.0) (2017-07-19)
[Full Changelog](https://github.com/inaka/worker_pool/compare/2.2.3...2.3.0)

**Closed issues:**

- adding travis [\#109](https://github.com/inaka/worker_pool/issues/109)
- when worker process gen\_server:cast\(self\(\), {connect\_apns}\), it send to wpool\_process [\#108](https://github.com/inaka/worker_pool/issues/108)
- New release to hex.pm [\#101](https://github.com/inaka/worker_pool/issues/101)

**Merged pull requests:**

- Remove gen\_fsm support [\#112](https://github.com/inaka/worker_pool/pull/112) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#109\] Adding Travis [\#110](https://github.com/inaka/worker_pool/pull/110) ([ferigis](https://github.com/ferigis))
- Remove warnings\_as\_errors compile opt. [\#106](https://github.com/inaka/worker_pool/pull/106) ([kzemek](https://github.com/kzemek))

## [2.2.3](https://github.com/inaka/worker_pool/tree/2.2.3) (2017-04-03)
[Full Changelog](https://github.com/inaka/worker_pool/compare/2.2.2...2.2.3)

Expand All @@ -14,6 +29,7 @@

**Merged pull requests:**

- Version Bump to 2.2.3 [\#102](https://github.com/inaka/worker_pool/pull/102) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Misuse of throw\(\) in the interface code [\#100](https://github.com/inaka/worker_pool/pull/100) ([ElectronicRU](https://github.com/ElectronicRU))
- Update Dependencies [\#99](https://github.com/inaka/worker_pool/pull/99) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Added monitoring to sync calls & made all sync calls the same scheme. [\#97](https://github.com/inaka/worker_pool/pull/97) ([ElectronicRU](https://github.com/ElectronicRU))
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 @@ -17,7 +17,7 @@
{ application
, worker_pool
, [ {description, "Erlang Worker Pool"}
, {vsn, "2.2.3"}
, {vsn, "2.3.0"}
, {id, "worker_pool"}
, {registered, []}
, {modules, []}
Expand Down

0 comments on commit 5870947

Please sign in to comment.