From e31faddcb30b8ae8a94e6bd4877b6c12777193b0 Mon Sep 17 00:00:00 2001 From: Karthic Kumaran Date: Sun, 10 Mar 2024 09:49:09 +0000 Subject: [PATCH] bump --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc8c4b..3004d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2024-03-10 +- Update dependencies +- Add check for null group + ## [1.0.0] - 2023-05-20 - Support TOTP - Migrate from setup.py to pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 0da51c1..890c1c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bitwarden_to_keepass" -version = "1.0.0" +version = "1.0.1" description = "Convert BitWarden Vault into a KeePass Database (kdbx)" authors = ["k3karthic ", "Scott Hansen "] license = "MIT"