diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7efb145..38ca1fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## v0.2.13 - 2021-02-19
+
+### Features
+- Completions for bash, elvish, fish, powershell, and zsh
+- Support hostname resolution for command line argument `--address`
+
+
 ## v0.2.12 - 2021-02-07
 
 ### Features
diff --git a/Cargo.lock b/Cargo.lock
index 937a7af..5894d31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -446,7 +446,7 @@ dependencies = [
 
 [[package]]
 name = "mmtc"
-version = "0.2.12"
+version = "0.2.13"
 dependencies = [
  "anyhow",
  "async-io",
diff --git a/Cargo.toml b/Cargo.toml
index d289d99..cb439a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "mmtc"
-version = "0.2.12"
+version = "0.2.13"
 authors = ["figsoda <figsoda@pm.me>"]
 edition = "2018"
 description = "Minimal mpd terminal client that aims to be simple yet highly configurable"