diff --git a/README.md b/README.md
index efadc7c7..e1a67fed 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[](https://versions.deps.co/jonase/eastwood)
[](https://versions.deps.co/jonase/eastwood)
[](https://circleci.com/gh/jonase/eastwood)
-[](https://clojars.org/jonase/eastwood) [](https://gitter.im/eastwood-linter/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[](https://clojars.org/jonase/eastwood)
Please, if encountering an issue in Eastwood, consider reporting it in addition to (or instead of) silencing it.
> This way Eastwood can continue to be a precise linter, having as few false positives as possible.
-## Change log
+## Changelog
See the
[changes.md](https://github.com/jonase/eastwood/blob/master/changes.md)
@@ -2334,7 +2334,7 @@ your local Maven repository:
$ cd path/to/eastwood
$ lein with-profile +eastwood-plugin install
-Then add `[jonase/eastwood "0.2.8"]` (or whatever is the
+Then add `[jonase/eastwood "0.5.2"]` (or whatever is the
current version number in the defproject line of `project.clj`) to
your `:plugins` vector in your `:user` profile, perhaps in your
`$HOME/.lein/profiles.clj` file.
@@ -2351,6 +2351,8 @@ Eastwood's source code, and each of their copyright and license info
is given below. They are all distributed under the Eclipse Public
License 1.0.
+
+
### core.cache
[core.cache](https://github.com/clojure/core.cache)
@@ -2431,3 +2433,5 @@ software.
Copyright © 2013-2014 Nicola Mometto, Rich Hickey & contributors.
Licensed under the EPL. (See the file epl.html.)
+
+
diff --git a/resources/EASTWOOD_VERSION b/resources/EASTWOOD_VERSION
index 770cb7cc..4970de66 100644
--- a/resources/EASTWOOD_VERSION
+++ b/resources/EASTWOOD_VERSION
@@ -1,5 +1,5 @@
{
:major 0
:minor 5
- :patch 1
+ :patch 2
}