diff --git a/CHANGELOG.md b/CHANGELOG.md index fbeef56..0c71d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -43,4 +66,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/mix.exs b/mix.exs index 91eac74..9fe0f9c 100644 --- a/mix.exs +++ b/mix.exs @@ -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",