From e6e2121368c7cb4cb5a574e660b3898723986e9f Mon Sep 17 00:00:00 2001 From: sonny Date: Sun, 18 Jul 2021 15:42:43 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ade4e0..b53611e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 0.4.0 + +- Add option to generate access tokens through --login and --private-key-path options + # 0.3.1 - Add missing changelog entries diff --git a/pyproject.toml b/pyproject.toml index 2940fa9..87f0b34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "transip_client" -version = "0.2.0" +version = "0.4.0" description = "Listens for changes about the current public IP and acts upon it." authors = ["sonny "] license = "GPL-3.0"