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 91f1343..6d944c4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,9 @@
Below is a complete listing of changes for each revision of HighLine.
+### 2.0.3 / 2019-10-11
+* PR #245 - Suppress `Psych.safe_load` arg warn (@koic)
+
### 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
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index 27b8659..f87315b 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.2".freeze
+ VERSION = "2.0.3".freeze
end