From 566a1fc20236030ef854ce35bfeff785e317232e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 27 Oct 2021 22:58:42 -0400 Subject: changelog and version bump --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6fd96..e34f769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0] - 2021-10-27 + +### Fixed + +* Add `rbw register` to allow `rbw` to work with the official Bitwarden server + again - see the README for details (#71) + ## [1.3.0] - 2021-07-05 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 9c94efd..19d9f83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "rbw" -version = "1.3.0" +version = "1.4.0" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2c97c27..a9d0f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "1.3.0" +version = "1.4.0" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3