summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog.md10
-rw-r--r--lib/highline/version.rb2
2 files changed, 10 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md
index 19a766f..91f1343 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,7 +2,15 @@
Below is a complete listing of changes for each revision of HighLine.
-### 2.0.1 / 2018-01-23
+### 2.0.2 / 2019-04-08
+* PR #243 - Add new capital_letter option to menu index (@Ana06)
+ * This is a really special PR. It has come from "The Biggest
+ Mobprogramming Session Ever" and around 250 people
+ participated in crafting it!
+* PR #241 - CI: Add 2.6 (@olleolleolle)
+* PR #240 - Avoid YARD warning UnknownParam (@olleolleolle)
+
+### 2.0.1 / 2019-01-23
* PR #238 / I #237 - Rescue Errno::ENOTTY when pipeing
### 2.0.0 / 2018-06-10
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index fdda6f5..27b8659 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.1".freeze
+ VERSION = "2.0.2".freeze
end