From 5e4503f659090b8bde69d7d35823540acc6362b9 Mon Sep 17 00:00:00 2001 From: Abinoam Praxedes Marques Junior Date: Fri, 11 Oct 2019 02:52:53 -0300 Subject: Release 2.0.3 --- Changelog.md | 3 +++ lib/highline/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1