aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-08-01 16:41:09 +0000
committerkaniini <ariadne@dereferenced.org>2019-08-01 16:41:09 +0000
commit9c499435f046d58b4a56605c190a890b070f5315 (patch)
treec2ecdda345536a26827293a063a6afbdc7f66077 /CHANGELOG.md
parent0eff6349a05aeb62ace21453346ee4aab9c911db (diff)
parent455f2934b7bee47e21aeae807a2595e96ee4b3a2 (diff)
downloadpleroma-1.0.4.tar.gz
Merge branch 'release/1.0.4' into 'master'v1.0.4
1.0.4 release See merge request pleroma/pleroma!1519
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62fc3ac85..1008e6171 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@ 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.4] - 2019-08-01
+### Fixed
+- Invalid SemVer version generation, when the current branch does not have commits ahead of tag/checked out on a tag
+
## [1.0.3] - 2019-07-31
### Security
- OStatus: eliminate the possibility of a protocol downgrade attack.