diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0cc506e..a1ade4e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,11 @@ Changelog This document records all notable changes to `transip-api `_. This project adheres to `Semantic Versioning `_. +`2.0.0`_ (2019-03-17) +--------------------- + +* Changed default cryptography library from rsa to cryptography + `1.0.1`_ (2019-03-17) --------------------- @@ -40,3 +45,4 @@ This project adheres to `Semantic Versioning `_. .. _0.4.1: https://github.com/benkonrath/transip-api/compare/0.4.0...0.4.1 .. _1.0.0: https://github.com/benkonrath/transip-api/compare/0.4.1...v1.0.0 .. _1.0.1: https://github.com/benkonrath/transip-api/compare/v1.0.0...v1.0.1 +.. _2.0.0: https://github.com/benkonrath/transip-api/compare/v1.0.1...v2.0.0 diff --git a/transip/__init__.py b/transip/__init__.py index 5492641..5cb1616 100644 --- a/transip/__init__.py +++ b/transip/__init__.py @@ -6,4 +6,4 @@ For usage of the API itself, please see https://www.transip.eu/transip/api/ """ -__version__ = '1.0.1' +__version__ = '2.0.0'