diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9961b..3b1c4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v2.1.2](https://github.com/AtomLinter/linter-flake8/tree/v2.1.2) (2016-11-28) +[Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.1...v2.1.2) + +**Implemented enhancements:** + +- Add activationHooks for django-atom [\#287](https://github.com/AtomLinter/linter-flake8/pull/287) ([jjlorenzo](https://github.com/jjlorenzo)) + ## [v2.1.1](https://github.com/AtomLinter/linter-flake8/tree/v2.1.1) (2016-11-21) [Full Changelog](https://github.com/AtomLinter/linter-flake8/compare/v2.1.0...v2.1.1) diff --git a/package.json b/package.json index de69866..40add5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-flake8", "main": "./lib/main.js", - "version": "2.1.1", + "version": "2.1.2", "description": "Atom linter plugin for Python, using flake8", "license": "MIT", "repository": {