diff --git a/CHANGELOG.md b/CHANGELOG.md index 45759fb..efaf833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ The changelog format is inspired by [keep-a-changelog](https://github.com/olivie ## [Unreleased] +## [1.1.1] - 2018-07-02 + ### Fixes - Orthographic projection flag *actually* enabled in CLI - Camera clipping causing problems in orthographic view, reduce draw distance. @@ -71,8 +73,9 @@ The changelog format is inspired by [keep-a-changelog](https://github.com/olivie Initial Release: first "usable" version -[Unreleased]: https://github.com/ajjackson/ascii-phonons/compare/1.0.1...master -[1.1.0]: https://github.com/ajjackson/ascii-phonons/compare/1.0.0...1.0.1 +[Unreleased]: https://github.com/ajjackson/ascii-phonons/compare/1.1.1...master +[1.1.1]: https://github.com/ajjackson/ascii-phonons/compare/1.1.0...1.1.1 +[1.1.0]: https://github.com/ajjackson/ascii-phonons/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/ajjackson/ascii-phonons/compare/0.5.0...1.0.0 [0.5.0]: https://github.com/ajjackson/ascii-phonons/compare/0.3.0...0.5.0 [0.3.0]: https://github.com/ajjackson/ascii-phonons/compare/0.2.2...0.3.0 diff --git a/docs/conf.py b/docs/conf.py index e313b00..348df28 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = u'1.0' +version = u'1.1' # The full version, including alpha/beta/rc tags. -release = u'1.0.0' +release = u'1.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.