From 8ac33af09debf5da05b0c16e2fa697c50e38ce5e Mon Sep 17 00:00:00 2001 From: Eugene Piven Date: Sat, 7 Oct 2017 03:40:15 +0300 Subject: [PATCH] Prepare 0.4.0 --- CHANGELOG.md | 2 +- lib/puppetfile_editor/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6c970..a196398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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/). -## [Unreleased] +## [0.4.0] - 2017-10-07 ### Added - Support for setting `changeset` for git/hg modules. diff --git a/lib/puppetfile_editor/version.rb b/lib/puppetfile_editor/version.rb index 9091c5c..1c0b901 100644 --- a/lib/puppetfile_editor/version.rb +++ b/lib/puppetfile_editor/version.rb @@ -1,3 +1,3 @@ module PuppetfileEditor - VERSION = '0.3.1'.freeze + VERSION = '0.4.0'.freeze end