From 2d0db315b1f922a5696ffd221c196bdff369e8c5 Mon Sep 17 00:00:00 2001 From: Titus Fortner Date: Tue, 16 Feb 2016 12:22:49 -0600 Subject: [PATCH] update changelog and bump version to 0.5.0 --- CHANGES.md | 4 ++++ watir_drops.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 084a94b..12d1980 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### 0.5.0 (2016-02-16) + +* split new definition of elements & collections into a sub-class + ### 0.4.1 (2016-02-15) * alias fill_form with populate_page_with (page_object gem equivalent) diff --git a/watir_drops.gemspec b/watir_drops.gemspec index 49b174e..0ed1b1a 100644 --- a/watir_drops.gemspec +++ b/watir_drops.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = 'watir_drops' - spec.version = '0.4.1' + spec.version = '0.5.0' spec.authors = ['Titus Fortner'] spec.email = ['titusfortner@gmail.com']