From ba385b9c6c81a9807f9afaf9ffdd4fef311f59cb Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 23 Jan 2020 17:34:02 +0200
Subject: [PATCH] [doc] Add changelog for v0.7.{4,5}

---
 CHANGELOG.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93aed15e..dbd021bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## v0.7.5 (23nd January 2020)
+- #276: Publish on PyPI with previous method: `wheel`, `twine`, and `setup.py`.
+- `silkaj` binary does not get installed to `$HOME/.local/bin` via Poetry
+
+## v0.7.4 (22nd January 2020)
+- #273, !119: Fix broken PubSec authfile importation regex
+
+Thanks to @matograine for this bugfix and the release!
+
 ## v0.7.3 (25th July 2019)
 #239: Bug fix release for broken successives transactions due to wrongly calculated pending inputs:
 - remove already used inputs: restore previous behaviour which haven’t been kept the same during the migration
-- 
GitLab