diff --git a/CHANGELOG_soapbox.md b/CHANGELOG_soapbox.md index 5658ac3f06..f16af64405 100644 --- a/CHANGELOG_soapbox.md +++ b/CHANGELOG_soapbox.md @@ -6,6 +6,13 @@ For changes to Pleroma, see `CHANGELOG.md` The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.1.1] - 2021-05-21 + +Based on Pleroma 2.3.0-stable. + +### Fixed +- Broken frontend due to not all files being in the repo. + ## [1.1.0] - 2021-05-18 Based on Pleroma 2.3.0-stable. diff --git a/lib/soapbox.ex b/lib/soapbox.ex index b5f22e8331..e08f7e6add 100644 --- a/lib/soapbox.ex +++ b/lib/soapbox.ex @@ -1,5 +1,5 @@ defmodule Soapbox do - @version "1.1.0" + @version "1.1.1" def version, do: @version end