summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-18 12:08:03 +0000
committerrinpatch <rinpatch@sdf.org>2019-10-18 12:08:03 +0000
commitbb73f100b8b29d2cbe5573b766166ebb085dcc86 (patch)
tree359dfd20ea3527c47509de5618aac13aeaf1a445 /CHANGELOG.md
parentc00797d08ef3e6c57250c9f013b6f912292b031b (diff)
parentc00b55bc80b8e5cd010d34ceb841d3a12d607056 (diff)
downloadpleroma-bb73f100b8b29d2cbe5573b766166ebb085dcc86.tar.gz
pleroma-bb73f100b8b29d2cbe5573b766166ebb085dcc86.zip
Merge branch 'release/1.1.1' into 'stable'
1.1.1 Release See merge request pleroma/pleroma!1857
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb3785a02..758d53ec4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@ 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.1.1] - 2019-10-18
+### Fixed
+- One of the migrations between 1.0.0 and 1.1.0 wiping user info of the relay user because of unexpected behavior of postgresql's `jsonb_set`, resulting in inability to post in the default configuration. If you were affected, please run the following query in postgres console, the relay user will be recreated automatically:
+```
+delete from users where ap_id = 'https://your.instance.hostname/relay';
+```
+- Bad user search matches
+
## [1.1.0] - 2019-10-14
**Breaking:** The stable branch has been changed from `master` to `stable`. If you want to keep using 1.0, the `release/1.0` branch will receive security updates for 6 months after 1.1 release.