diff --git a/CHANGELOG.md b/CHANGELOG.md index df15c44..1bbde50 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/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - +## [0.1.1] - 2024-06-21 ### Removed - Undo redundant load only once per application life-cycle feature diff --git a/lib/envy/version.rb b/lib/envy/version.rb index d12ddb5..7a8e415 100644 --- a/lib/envy/version.rb +++ b/lib/envy/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Envy - VERSION = "0.1.0" + VERSION = "0.1.1" end