diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-08-14 01:47:26 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-08-14 02:08:56 +0000 |
commit | dcb4711e92382b88326260d7e1951eb66941ed1b (patch) | |
tree | c8534279ad7a442df42f4d1539f2bfb909cde520 | |
parent | 9fa2011c17926ee7bdfecdcd7a35649898420055 (diff) | |
download | pleroma-dcb4711e92382b88326260d7e1951eb66941ed1b.tar.gz |
mix: update version to 1.0.5release/1.0.5
-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 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 @@ -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(), |