diff --git a/CHANGELOG.md b/CHANGELOG.md index b7063dd..00a54cb 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][changelog], and this project adheres to [Semantic Versioning][versioning]. -## [Unreleased] +## [1.0.2] ### Added diff --git a/lib/configsl/version.rb b/lib/configsl/version.rb index f576f06..1e18736 100644 --- a/lib/configsl/version.rb +++ b/lib/configsl/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ConfigSL - VERSION = '1.0.1' + VERSION = '1.0.2' end