diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d3a49de98ba0e8070d17545bc4eb38ab4b6a3cc..f991f9dddaf37c76e2f63e2728c4e7cfc1c8888b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
 # Release Notes
 
-## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.11.2...dev)
+## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.11.3...dev)
+
+## [v0.11.3 (2022-05-09)](https://github.com/pixelfed/pixelfed/compare/v0.11.2...v0.11.3)
 
 ### Added
 - Custom Emoji ([#3166](https://github.com/pixelfed/pixelfed/pull/3166))
@@ -131,7 +133,6 @@
 - Updated Like model, bump max likes per day from 100 to 200. ([71ba5fed](https://github.com/pixelfed/pixelfed/commit/71ba5fed))
 - Updated HashtagService, use sorted set for followed tags. ([153eb6ba](https://github.com/pixelfed/pixelfed/commit/153eb6ba))
 - Updated Discover component, fixed post side effects (fixes #3409). ([fe5a92b2](https://github.com/pixelfed/pixelfed/commit/fe5a92b2))
--  ([](https://github.com/pixelfed/pixelfed/commit/))
 
 ## [v0.11.2 (2022-01-09)](https://github.com/pixelfed/pixelfed/compare/v0.11.1...v0.11.2)
 
diff --git a/config/pixelfed.php b/config/pixelfed.php
index 4929c57ea2872d5f25d69a34a812163027d80b8d..16eb21c6b30add5afa58a2f70e9242c620bdf6f3 100644
--- a/config/pixelfed.php
+++ b/config/pixelfed.php
@@ -23,7 +23,7 @@ return [
 	| This value is the version of your Pixelfed instance.
 	|
 	*/
-	'version' => '0.11.2',
+	'version' => '0.11.3',
 
 	/*
 	|--------------------------------------------------------------------------