From 6caaf6e069b73eadf4ca3743e52b31ebe0ea9034 Mon Sep 17 00:00:00 2001
From: Pantelis Sopasakis
Date: Fri, 4 Sep 2020 00:56:05 +0100
Subject: [PATCH] update changelogs [ci skip]
---
CHANGELOG.md | 2 +-
open-codegen/CHANGELOG.md | 9 ++-------
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7799db36..ef5141bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -179,7 +179,7 @@ This is a breaking API change.
--------------------- -->
-[Unreleased]: https://github.com/alphaville/optimization-engine/compare/v0.7.0...master
+[Unreleased]: https://github.com/alphaville/optimization-engine/compare/v0.7.1...master
[v0.7.1]: https://github.com/alphaville/optimization-engine/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/alphaville/optimization-engine/compare/v0.6.2...v0.7.0
[v0.6.2]: https://github.com/alphaville/optimization-engine/compare/v0.6.1-alpha.2...v0.6.2
diff --git a/open-codegen/CHANGELOG.md b/open-codegen/CHANGELOG.md
index 5a19c4e3..e4543721 100644
--- a/open-codegen/CHANGELOG.md
+++ b/open-codegen/CHANGELOG.md
@@ -12,11 +12,6 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
### Added
* Support for half-spaces in problem constraints
-
-## [0.6.0a1] - 2020-07-14
-
-### Added
-
* Added checks for `segments` in `CartesianProduct`
### Changed
@@ -60,6 +55,6 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
* Fixed `lbfgs` typo
-[0.6.0a1]: https://github.com/alphaville/optimization-engine/compare/opengen-0.6.0a1...opengen-0.5.0
-[0.5.0]: https://github.com/alphaville/optimization-engine/compare/opengen-0.5.0...opengen-0.4.1
+[0.6.0]: https://github.com/alphaville/optimization-engine/compare/opengen-v0.5.0...opengen-0.6.0
+[0.5.0]: https://github.com/alphaville/optimization-engine/compare/opengen-0.4.1...opengen-v0.5.0
[0.4.1]: https://github.com/alphaville/optimization-engine/compare/opengen-0.4.1...master