diff --git a/CHANGELOG.md b/CHANGELOG.md index 96792c3..589c8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.3.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.3.0) (2017-03-02) +[Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.2.0...v1.3.0) + +**Implemented enhancements:** + +- Include mixEnv parameter and apply to environment [\#84](https://github.com/AtomLinter/linter-elixirc/pull/84) ([mauricerkelly](https://github.com/mauricerkelly)) +- Add CircleCI support [\#83](https://github.com/AtomLinter/linter-elixirc/pull/83) ([Arcanemagus](https://github.com/Arcanemagus)) + ## [v1.2.0](https://github.com/AtomLinter/linter-elixirc/tree/v1.2.0) (2017-02-22) [Full Changelog](https://github.com/AtomLinter/linter-elixirc/compare/v1.1.11...v1.2.0) diff --git a/package.json b/package.json index bb37518..bf13e74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linter-elixirc", - "version": "1.2.0", + "version": "1.3.0", "linter-package": true, "main": "./lib/init", "description": "Bare Minimum Elixir lint package",