diff --git a/CHANGELOG.md b/CHANGELOG.md index be0fbf0..4793f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.4] - [UNRELEASED] +## [0.2.0] - 2024-07-18 ### Changed diff --git a/src/django_otp_webauthn/__init__.py b/src/django_otp_webauthn/__init__.py index ae73625..d3ec452 100644 --- a/src/django_otp_webauthn/__init__.py +++ b/src/django_otp_webauthn/__init__.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.2.0"