summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-07-31 20:15:45 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-07-31 20:16:12 +0000
commit2536628cac71dcc525ce74e72cdfa8d8562dbbf7 (patch)
tree17465a21c7d929fe2b8792ca92eba6bf6baca1bd
parentd006742fd782ba52c82b4f8aee5b3c7d80e2cb6e (diff)
mix: update version to 1.0.3release/1.0.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--mix.exs2
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.
diff --git a/mix.exs b/mix.exs
index a1c68051f..399314ef4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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(),