Bump version to v3.0
This commit is contained in:
parent
2eaa1976ce
commit
7796bd4037
2 changed files with 12 additions and 1 deletions
|
@ -6,6 +6,17 @@ For changes to Pleroma, see `CHANGELOG.md`
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [3.0.0] - 2022-05-24
|
||||||
|
|
||||||
|
Based on Pleroma 2.4 develop.
|
||||||
|
|
||||||
|
TODO: a full changelog
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Events
|
||||||
|
- Translations
|
||||||
|
|
||||||
## [1.1.1] - 2021-05-21
|
## [1.1.1] - 2021-05-21
|
||||||
|
|
||||||
Based on Pleroma 2.3.0-stable.
|
Based on Pleroma 2.3.0-stable.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
defmodule Soapbox do
|
defmodule Soapbox do
|
||||||
@version "1.1.1"
|
@version "3.0.0"
|
||||||
|
|
||||||
def version, do: @version
|
def version, do: @version
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue