summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog.md3
-rw-r--r--lib/highline/version.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index b07d79b..f19cb9f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,9 @@
Below is a complete listing of changes for each revision of HighLine.
### Unreleased
+* PR #218 - Ease transition from 1.7.x to 2.0.x (@abinoam)
+ * Copy use_color from HighLine.default_instance
+ * Expose IOConsoleCompatible
* PR #216 - Update .appveyor.yml - Fix Windows CI (@abinoam)
### 2.0.0-develop.11 / 2017-09-25
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index 87be435..41ff060 100644
--- a/lib/highline/version.rb
+++ b/lib/highline/version.rb
@@ -2,5 +2,5 @@
class HighLine
# The version of the installed library.
- VERSION = "2.0.0-develop.11".freeze
+ VERSION = "2.0.0-develop.12".freeze
end