Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Mar 2, 2017
1 parent 935afec commit 466e7d3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## [0.3.0](https://github.com/techgaun/ex_mustang/tree/0.3.0) (2017-03-02)

[Full Changelog](https://github.com/techgaun/ex_mustang/compare/0.2.0...0.3.0)

**Closed issues:**

- fix timestamp extra intelligence [\#47](https://github.com/techgaun/ex_mustang/issues/47)
- git-tips [\#44](https://github.com/techgaun/ex_mustang/issues/44)
- add domain whois lookup feature [\#41](https://github.com/techgaun/ex_mustang/issues/41)
- small ideas to implement [\#26](https://github.com/techgaun/ex_mustang/issues/26)
- encode/decode [\#25](https://github.com/techgaun/ex_mustang/issues/25)
- Wish happy birthday if its someone's birthday [\#6](https://github.com/techgaun/ex_mustang/issues/6)
- Analyze slack online status of team members and predict if they are going to make it to standup [\#4](https://github.com/techgaun/ex_mustang/issues/4)

**Merged pull requests:**

- add heroku github deployment [\#53](https://github.com/techgaun/ex_mustang/pull/53) ([techgaun](https://github.com/techgaun))
- add birthday responder [\#52](https://github.com/techgaun/ex_mustang/pull/52) ([techgaun](https://github.com/techgaun))
- 1.4 warning fixes [\#48](https://github.com/techgaun/ex_mustang/pull/48) ([techgaun](https://github.com/techgaun))
- add git tip responder [\#46](https://github.com/techgaun/ex_mustang/pull/46) ([techgaun](https://github.com/techgaun))
- handle when record data is empty [\#43](https://github.com/techgaun/ex_mustang/pull/43) ([techgaun](https://github.com/techgaun))
- add whois responder [\#42](https://github.com/techgaun/ex_mustang/pull/42) ([techgaun](https://github.com/techgaun))

## [0.2.0](https://github.com/techgaun/ex_mustang/tree/0.2.0) (2016-12-17)
[Full Changelog](https://github.com/techgaun/ex_mustang/compare/0.1.0...0.2.0)

Expand Down Expand Up @@ -43,4 +66,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExMustang.Mixfile do

def project do
[app: :ex_mustang,
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.3",
description: "A simple, clueless bot and collection of responders",
source_url: "https://github.com/techgaun/ex_mustang",
Expand Down

0 comments on commit 466e7d3

Please sign in to comment.