diff --git a/CHANGELOG.md b/CHANGELOG.md index 302fba83..4e8723c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +Sygnal 0.7.0 (2020-06-24) +========================= + +Features +-------- + +- Use `default_payload` from the device data for both APNS and GCM payloads. ([\#127](https://github.com/matrix-org/sygnal/issues/127)) + + +Improved Documentation +---------------------- + +- Note information about Docker files in release instructions. ([\#126](https://github.com/matrix-org/sygnal/issues/126)) + + +Internal Changes +---------------- + +- Improve logging if a pushkin cannot be created. ([\#125](https://github.com/matrix-org/sygnal/issues/125)) + + Sygnal 0.6.0 (2020-05-12) ========================= diff --git a/changelog.d/125.misc b/changelog.d/125.misc deleted file mode 100644 index b053f6a3..00000000 --- a/changelog.d/125.misc +++ /dev/null @@ -1 +0,0 @@ -Improve logging if a pushkin cannot be created. diff --git a/changelog.d/126.doc b/changelog.d/126.doc deleted file mode 100644 index 256c142c..00000000 --- a/changelog.d/126.doc +++ /dev/null @@ -1 +0,0 @@ -Note information about docker files in release instructions. \ No newline at end of file diff --git a/changelog.d/127.feature b/changelog.d/127.feature deleted file mode 100644 index 5603fffc..00000000 --- a/changelog.d/127.feature +++ /dev/null @@ -1 +0,0 @@ -Use default_payload from device data for both APNS and GCM payloads.