Skip to content

Commit

Permalink
Merge pull request #41 from inaka/hernan.versionbump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Brujo Benavides authored Aug 25, 2016
2 parents e346e89 + 694c191 commit 677ec2d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# Change Log

## [1.0.1](https://github.com/inaka/beam_olympics/tree/1.0.1) (2016-07-13)
[Full Changelog](https://github.com/inaka/beam_olympics/compare/1.0.0...1.0.1)
## [1.1.0](https://github.com/inaka/beam_olympics/tree/1.1.0) (2016-08-25)
[Full Changelog](https://github.com/inaka/beam_olympics/compare/1.0.2...1.1.0)

**Merged pull requests:**

- Added the events system [\#39](https://github.com/inaka/beam_olympics/pull/39) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta))

## [1.0.2](https://github.com/inaka/beam_olympics/tree/1.0.2) (2016-07-13)
[Full Changelog](https://github.com/inaka/beam_olympics/compare/1.0.0...1.0.2)

**Fixed bugs:**

- Invalid node on Henchmen test [\#31](https://github.com/inaka/beam_olympics/pull/31) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Invalid user input goes through [\#30](https://github.com/inaka/beam_olympics/pull/30) ([elbrujohalcon](https://github.com/elbrujohalcon))

**Closed issues:**

- Version Bump to 1.0.2 [\#35](https://github.com/inaka/beam_olympics/issues/35)
- Remove all private tasks [\#34](https://github.com/inaka/beam_olympics/issues/34)

**Merged pull requests:**

- Version bump [\#38](https://github.com/inaka/beam_olympics/pull/38) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta))
- Fixed some of the tasks [\#37](https://github.com/inaka/beam_olympics/pull/37) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta))
- Fixed some of the tasks [\#36](https://github.com/inaka/beam_olympics/pull/36) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta))
- Version Bump to 1.0.1 [\#32](https://github.com/inaka/beam_olympics/pull/32) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [1.0.0](https://github.com/inaka/beam_olympics/tree/1.0.0) (2016-07-12)
**Closed issues:**

Expand Down
2 changes: 1 addition & 1 deletion relx.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{release,
{beam_olympics, "1.0.2"},
{beam_olympics, "1.1.0"},
[ kernel
, stdlib
, beam_olympics
Expand Down
2 changes: 1 addition & 1 deletion src/beam_olympics.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, beam_olympics, [
{description, "Let's find the best beamer!"},
{vsn, "1.0.2"},
{vsn, "1.1.0"},
{id, "beam_olympics"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 677ec2d

Please sign in to comment.