diff --git a/CHANGELOG.md b/CHANGELOG.md index 1764725cfb..dca7e4a2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# After v2.1.0 +# v2.2.0 (2018-08-27) - Bug fix: Avoid generating names that are used in the input file. - Improvements to the refinement of partitions. Do not generate redundant structural constraints. +- Many more (I promise to write them soon!) + +For now, check [this page](https://github.com/conjure-cp/conjure/compare/v2.1.0...v2.2.0) which lists all changes since the previous release. # v2.1.0 (2017-08-24) diff --git a/conjure-cp.cabal b/conjure-cp.cabal index 6f2db83d2d..46c2b93e96 100644 --- a/conjure-cp.cabal +++ b/conjure-cp.cabal @@ -1,6 +1,6 @@ Name: conjure-cp -Version: 2.1.0 +Version: 2.2.0 Synopsis: Conjure: The Automated Constraint Modelling Tool Description: . Homepage: http://github.com/conjure-cp/conjure diff --git a/docs/conf.py b/docs/conf.py index eaece8b2f9..5b0cf36772 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = u'2.1.0' +version = u'2.2.0' # The full version, including alpha/beta/rc tags. -release = u'2.1.0' +release = u'2.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.