bump to 2.5.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b172b9d..bdb590a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,9 @@
 contains all stable changes up to the latest release of v2, and `1.x` contains
 all stable changes of the first version of Recon.
 
-## 2.5.3 (unpublished)
+## 2.5.3
   - [Handle dead processes in `recon:info/2` types and edge cases](https://github.com/ferd/recon/pull/97)
-  - Reworking documentation structure to support `ex_doc` and fit in with hex standard
+  - [Reworking documentation structure to support `ex_doc` and fit in with hex standard](https://github.com/ferd/recon/pull/103)
 
 ## 2.5.2
   - [Increase Dialyzer strictness](https://github.com/ferd/recon/pull/88)
diff --git a/mix.exs b/mix.exs
index 3676767..bd69784 100644
--- a/mix.exs
+++ b/mix.exs
@@ -5,7 +5,7 @@
     [
       app: :recon,
       description: "Diagnostic tools for production use",
-      version: "2.5.2",
+      version: "2.5.3",
       language: :erlang,
       deps: []
     ]