From 2062faec4b9cbba4afd111526f4919f84fb0e2ee Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 15 May 2023 12:18:33 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cd7ff45 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ + +# Changelog +All notable changes to posterior 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). + +## [0.1.0] - 2023-05-15 +### Added +- Initial version, basic API client only.