From 7a605f2a5421747f99299b610fbbc85f801d75e3 Mon Sep 17 00:00:00 2001 From: "Andrew Kozin (aka nepalez)" Date: Tue, 19 Sep 2017 11:12:06 +0300 Subject: [PATCH] Bump v2.3.0 --- CHANGELOG.md | 2 +- dry-initializer.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c006936..cd1f1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.3.0] [WIP] +## [2.3.0] [2017-09-19] ### Added - Type coercer can take second argument for the initialized instance (nepalez) diff --git a/dry-initializer.gemspec b/dry-initializer.gemspec index 844390f..781cd0c 100644 --- a/dry-initializer.gemspec +++ b/dry-initializer.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = "dry-initializer" - gem.version = "2.2.0" + gem.version = "2.3.0" gem.author = ["Vladimir Kochnev (marshall-lee)", "Andrew Kozin (nepalez)"] gem.email = "andrew.kozin@gmail.com" gem.homepage = "https://github.com/dryrb/dry-initializer"