From cbaca7b8b6d7cbd779d326678680e53347fe8673 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Fri, 6 Sep 2024 10:57:05 +0200 Subject: [PATCH] Revert "Update CHANGELOG" This reverts commit 739868d68308e7bfc7beb4bde85e1f5abcdbd419. --- CHANGELOG.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f79ac..d5ba321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,26 +2,6 @@ All notable changes to this project will be documented in this file. -## 0.1.0 - 2024-09-06 - -### Breaking change - -⚠️ **If you are using Flask please keep using <0.5.0, this version and up will only support FastAPI.** ⚠️ - -### What's Changed - -* Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/kilobyteno/tunsberg/pull/4 -* Bump SethCohen/github-releases-to-discord from 1.13.1 to 1.15.0 by @dependabot in https://github.com/kilobyteno/tunsberg/pull/3 -* Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/kilobyteno/tunsberg/pull/2 -* Bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0 by @dependabot in https://github.com/kilobyteno/tunsberg/pull/5 -* Release 0.1.0 by @dsbilling in https://github.com/kilobyteno/tunsberg/pull/6 - -### New Contributors - -* @dependabot made their first contribution in https://github.com/kilobyteno/tunsberg/pull/4 -* @dsbilling made their first contribution in https://github.com/kilobyteno/tunsberg/pull/6 - -**Full Changelog**: https://github.com/kilobyteno/tunsberg/compare/0.0.5...0.1.0 ## 0.0.5 - 2023-12-03