diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-07-31 20:15:45 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-07-31 20:16:12 +0000 |
commit | 2536628cac71dcc525ce74e72cdfa8d8562dbbf7 (patch) | |
tree | 17465a21c7d929fe2b8792ca92eba6bf6baca1bd | |
parent | d006742fd782ba52c82b4f8aee5b3c7d80e2cb6e (diff) | |
download | pleroma-2536628cac71dcc525ce74e72cdfa8d8562dbbf7.tar.gz |
mix: update version to 1.0.3release/1.0.3
-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 a112db41c..62fc3ac85 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.3] - 2019-07-31 ### 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.2"), + version: version("1.0.3"), elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |