diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-09-30 16:38:34 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-09-30 16:39:20 +0000 |
commit | 5bfd4006ae29e6bf6f076b15bc704aae5f695af1 (patch) | |
tree | aca3890474b394d2c86cbd191f94c217f260a53f | |
parent | 57101955b681b13dfc318d3210a0b59cc377cd8b (diff) | |
download | pleroma-5bfd4006ae29e6bf6f076b15bc704aae5f695af1.tar.gz |
Pleroma 1.0.90 (aka 1.1 RC1).
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | mix.exs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb7184f5..cd5b55c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [1.0.90] - 2019-09-30 ### Security - OStatus: eliminate the possibility of a protocol downgrade attack. - OStatus: prevent following locked accounts, bypassing the approval process. @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("1.0.0"), + version: version("1.0.90"), elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |