Bump version 1.1.1, update changelog

This commit is contained in:
Alex Gleason 2021-05-21 13:30:17 -05:00
parent 0f3524a59e
commit 586cb9db22
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 8 additions and 1 deletions

View file

@ -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.

View file

@ -1,5 +1,5 @@
defmodule Soapbox do
@version "1.1.0"
@version "1.1.1"
def version, do: @version
end