From 0f407473dd7f82bf4dfacb0f5086ac4a45fdc3da Mon Sep 17 00:00:00 2001
From: Brujo Benavides <elbrujohalcon@gmail.com>
Date: Mon, 4 Jan 2021 14:24:30 +0100
Subject: [PATCH] Bump Version to 0.1.2

---
 CHANGELOG.md            | 6 ++++--
 src/rebar3_hank.app.src | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1bd4ad..e334ef7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,13 @@
 # Changelog
 
-## [0.1.1](https://github.com/AdRoll/rebar3_hank/tree/0.1.1) (2020-12-23)
+## [0.1.2](https://github.com/AdRoll/rebar3_hank/tree/0.1.2) (2021-01-04)
 
-[Full Changelog](https://github.com/AdRoll/rebar3_hank/compare/0.0.1...0.1.1)
+[Full Changelog](https://github.com/AdRoll/rebar3_hank/compare/0.0.1...0.1.2)
 
 **Implemented enhancements:**
 
 - Do some refactor to reduce code duplication and whatnot [\#53](https://github.com/AdRoll/rebar3_hank/issues/53)
+- Ignore rules by rule/pattern [\#52](https://github.com/AdRoll/rebar3_hank/issues/52)
 - Documentation Link in README [\#43](https://github.com/AdRoll/rebar3_hank/issues/43)
 - Implement file ignoring behavior [\#14](https://github.com/AdRoll/rebar3_hank/issues/14)
 
@@ -31,6 +32,7 @@
 
 **Merged pull requests:**
 
+- Fix \#52: Allow ignoring specific rules in rebar.config [\#56](https://github.com/AdRoll/rebar3_hank/pull/56) ([elbrujohalcon](https://github.com/elbrujohalcon))
 - \#12: single\_use\_hrl\_attrs rule [\#55](https://github.com/AdRoll/rebar3_hank/pull/55) ([pbrudnick](https://github.com/pbrudnick))
 - \[\#53\] Some refactor to reduce code duplication and whatnot [\#54](https://github.com/AdRoll/rebar3_hank/pull/54) ([diegomanuel](https://github.com/diegomanuel))
 - \[Fix \#39\] Try hank on our systems for hackweek [\#51](https://github.com/AdRoll/rebar3_hank/pull/51) ([elbrujohalcon](https://github.com/elbrujohalcon))
diff --git a/src/rebar3_hank.app.src b/src/rebar3_hank.app.src
index ada7d4f..deae79f 100644
--- a/src/rebar3_hank.app.src
+++ b/src/rebar3_hank.app.src
@@ -1,6 +1,6 @@
 {application, rebar3_hank, [
     {description, "A rebar plugin for dead code cleaning"},
-    {vsn, "0.1.1"},
+    {vsn, "0.1.2"},
     {registered, []},
     {applications, [kernel, stdlib, katana_code]},
     {env, []},