From 2e3f535ce06da3ae53c8ffd37410563350616db1 Mon Sep 17 00:00:00 2001 From: Ice Lam Date: Sun, 12 Dec 2021 00:06:44 +0800 Subject: [PATCH] chore(release): 1.0.0 --- 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..8d0cf88 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.0.0 (2021-12-11) + + +### Features + +* sending daily leetcode question to telegram channel via aws lambda ([52dab1e](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/52dab1ecdae3922b51727112697bafb08bb89112))