From c7b7bacde387d6f6415edf0c7575ceed7631eeaa Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Tue, 31 Aug 2021 15:22:33 -0400 Subject: [PATCH] Added CHANGELOG doc --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0451108 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# main [(unreleased)](https://github.com/fastruby/dotenv_validator/compare/v1.0.0...main) + +* [BUGFIX] Fix the way that we calculate the path to the .env.sample file (by [@etagwerker][]) + +# v1.0.0 / 2021-07-29 [(commits)](https://github.com/fastruby/dotenv_validator/tree/v1.0.0) + +* Official Release +