diff --git a/CHANGELOG.md b/CHANGELOG.md index 66bf309..40509bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ * Repository: https://github.com/attogram/ote * Click version number to view a diff comparison of changes since the previous release -## [Unreleased](https://github.com/attogram/ote/compare/v1.1.5...HEAD) +## [Unreleased](https://github.com/attogram/ote/compare/v1.2.0...HEAD) + +## [v1.2.0](https://github.com/attogram/ote/compare/v1.1.5...v1.2.0) - 2016-07-14 +- ote class now OpenTranslationEngine class +- continued cleanup/renaming ## [v1.1.5](https://github.com/attogram/ote/compare/v1.1.4...v1.1.5) - 2016-07-12 - continued refactoring/renaming/cleanup for PSR-1 + PSR-2 Code style conventions diff --git a/includes/ote.php b/includes/ote.php index 7a03b47..f7c85c0 100644 --- a/includes/ote.php +++ b/includes/ote.php @@ -8,7 +8,7 @@ class OpenTranslationEngine { - const OTE_VERSION = '1.2.0-pre'; + const OTE_VERSION = '1.2.0'; public $attogram; // (object) The Attogram Framework object public $languages; // (array) List of languages