diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e0046..5c41c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.15.2] - 2022.08-22 +## [0.15.3] - 2022-08-29 + +### Changed +- Fix comments in multiline input [(PR #16)](https://github.com/allan2/dotenvy/pull/16) by [domodwyer](https://github.com/domodwyer) + +## [0.15.2] - 2022-08-22 ### Added diff --git a/dotenv/Cargo.toml b/dotenv/Cargo.toml index 9cffc13..423812d 100644 --- a/dotenv/Cargo.toml +++ b/dotenv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotenvy" -version = "0.15.2" +version = "0.15.3" authors = [ "Noemi Lapresta ", "Craig Hills ",