From 7d292ce34703091eebb678c9f23ccc9526254497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Mon, 5 Apr 2021 12:24:35 +0200 Subject: [PATCH] build: bump version 0.10.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..03d0f60 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Version 0.10.0 (2021-04-05) + + +### Bug Fixes + +* take the timezone in account on get_moon_phase ([2df588e](https://github.com/Kosmorro/lib/commit/2df588e5c13246c19b3b5828bdf58b95d11ec104)) + + +### Features + +* make the date parameter optional (default value: today) ([c59b553](https://github.com/Kosmorro/lib/commit/c59b553c86999958027a7649c52811b2bc5162fd)) + + +