summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Junior <abinoam@gmail.com>2019-10-11 02:52:53 -0300
committerAbinoam Praxedes Marques Junior <abinoam@gmail.com>2019-10-11 02:52:53 -0300
commit5e4503f659090b8bde69d7d35823540acc6362b9 (patch)
tree8df5b654dc44d1f32509fd94cde2bc8898819451
parentc0382bc49f8d2ec2b68c86e05e066796887a2174 (diff)
downloadhighline-5e4503f659090b8bde69d7d35823540acc6362b9.tar.gz
Release 2.0.3v2.0.3
-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