diff --git a/CHANGELOG.md b/CHANGELOG.md index 4621467..687a56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.0](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.6...v1.1.0) (2024-03-12) + + +### Features + +* fix request format so it won't block by cloudflare ([eb3f38d](https://github.com/icelam/leetcode-daily-question-telegram-bot/commit/eb3f38dc9792a06f4956982d586f449931aeb671)) + ### [1.0.6](https://github.com/icelam/leetcode-daily-question-telegram-bot/compare/v1.0.5...v1.0.6) (2023-12-05) diff --git a/package.json b/package.json index 85ab8f4..15da352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leetcode-daily-question-telegram-bot", - "version": "1.0.6", + "version": "1.1.0", "description": "Push notification to Telegram channel for Leetcode's question of today", "dependencies": { "serverless-python-requirements": "^5.4.0"