Skip to content

Commit

Permalink
[Fix #25] Version Bump 0.1.5 - Shotgun updated dependency to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cao committed May 19, 2015
1 parent 29ada34 commit 9659310
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.1.4](https://github.com/inaka/tirerl/tree/0.1.4)
## [0.1.4](https://github.com/inaka/tirerl/tree/0.1.4) (2015-05-12)

[Full Changelog](https://github.com/inaka/tirerl/compare/0.1.3...0.1.4)

Expand All @@ -10,6 +10,10 @@

**Merged pull requests:**

- Version Bump to 0.1.4 [\#24](https://github.com/inaka/tirerl/pull/24) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Rename wpool dep [\#23](https://github.com/inaka/tirerl/pull/23) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Update LICENSE [\#22](https://github.com/inaka/tirerl/pull/22) ([andresinaka](https://github.com/andresinaka))

- \[\#19\] Updated change log [\#21](https://github.com/inaka/tirerl/pull/21) ([davecaos](https://github.com/davecaos))
Expand All @@ -28,6 +32,8 @@

**Merged pull requests:**

- Update dependencies [\#18](https://github.com/inaka/tirerl/pull/18) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Check elvis run. [\#17](https://github.com/inaka/tirerl/pull/17) ([jfacorro](https://github.com/jfacorro))

- Changed rebar.conf dependencies version tags [\#16](https://github.com/inaka/tirerl/pull/16) ([GuidoRumi](https://github.com/GuidoRumi))
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DEPS = lager sync jiffy shotgun worker_pool
dep_lager = git https://github.com/basho/lager.git 2.1.1
dep_sync = git git://github.com/inaka/sync.git 0.1.3
dep_jiffy = git https://github.com/davisp/jiffy.git 0.13.3
dep_shotgun = git https://github.com/inaka/shotgun.git 0.1.8
dep_shotgun = git https://github.com/inaka/shotgun.git 0.1.9
dep_worker_pool = git https://github.com/inaka/worker_pool 1.0.2

DIALYZER_DIRS := ebin/
Expand Down
2 changes: 1 addition & 1 deletion src/tirerl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[
{description,
"Erlang interface to Elastic Search"},
{vsn, "0.1.4"},
{vsn, "0.1.5"},
{applications,
[kernel,
stdlib,
Expand Down

0 comments on commit 9659310

Please sign in to comment.