Skip to content

Commit 1737153

Browse files
committed
update version
1 parent 7e87423 commit 1737153

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.3.0] - 2021-12-29
810
### Added
911
- `WebhookRouter` for `FastAPI` users to extend `APIRouter` with built-in webhook signature validation
1012
- Upload coverage report to [Codecov](https://codecov.io/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "webhook-utils"
3-
version = "0.3.0-dev"
3+
version = "0.3.0"
44
description = "Short, well documented utilities for interacting with webhooks."
55
authors = ["Elijah Wilson <dev.tizz98@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)