From 2a8d724ed6a73f06701ab94a97554c67d3ca7515 Mon Sep 17 00:00:00 2001 From: Pavel Varabei Date: Wed, 14 Nov 2018 11:10:11 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb6cfc..c79fd08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [2.0.1] - 2018-11-14 +## [2.0.0] - 2018-11-14 ### Changed - Updated dependency library [requests](#http://docs.python-requests.org/en/master/) to newer version 2.20.0 - Made dependency libraries to accept new patches for update - - -## [2.0.0] - 2018-08-02 -### Changed - Renamed module to open_py - Renamed class to OpenPy - ## [1.0.1] - 2018-08-01 ### Changed - Update the README to match the new way of importing the package @@ -23,7 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Fix importing the main class - ## [1.0.0] - 2018-07-31 ### Added - Get all scaffolds API @@ -39,8 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Get all transactions API - Tests -[2.0.1]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v2.0.1...v2.0.0 -[2.0.0]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v2.0.0...v1.0.1 -[1.0.1]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.1...v1.0.0 -[1.0.1]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.1...v1.0.0 +[2.0.0]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.1...v2.0.0 +[1.0.1]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/e8d583f41e071d56dbc6dcf924bcc3a35c85b302...v1.0.0 \ No newline at end of file