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"