summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-08-14 01:47:26 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-08-14 02:08:56 +0000
commitdcb4711e92382b88326260d7e1951eb66941ed1b (patch)
treec8534279ad7a442df42f4d1539f2bfb909cde520
parent9fa2011c17926ee7bdfecdcd7a35649898420055 (diff)
mix: update version to 1.0.5release/1.0.5
-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 843e4fc21..f84815afd 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/).
-## [1.0.5] - 2019-08-??
+## [1.0.5] - 2019-08-13
### Fixed
- Mastodon API: follower/following counters not being nullified, when `hide_follows`/`hide_followers` is set
- Mastodon API: `muted` in the Status entity, using author's account to determine if the thread was muted
diff --git a/mix.exs b/mix.exs
index 0673e4581..58d7d3b67 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("1.0.4"),
+ version: version("1.0.5"),
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),