summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea3b9d1..f14de37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Revision history for conftrack
-## 0.0.1 -- YYYY-mm-dd
+## 0.0.1 -- 2024-07-26
* First version. Released on an unsuspecting world.
+* Basic functionality: main typeclass & abstractions
+* Three source types: environment variables, aeson, and yaml
+* Additionally, a trivial source easily usable for round-trip testing
+* Some convenience functions also serving as examples