Bump version 1.1.1, update changelog
This commit is contained in:
parent
0f3524a59e
commit
586cb9db22
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
defmodule Soapbox do
|
||||
@version "1.1.0"
|
||||
@version "1.1.1"
|
||||
|
||||
def version, do: @version
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue