aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-10-27 22:58:42 -0400
committerJesse Luehrs <doy@tozt.net>2021-10-27 22:58:42 -0400
commit566a1fc20236030ef854ce35bfeff785e317232e (patch)
tree32876c90e94eed3fe39fb85cc18feacbc7032a5a
parentcc389962fdd1c7eca9d328b794c95f8d5536944c (diff)
downloadrbw-566a1fc20236030ef854ce35bfeff785e317232e.tar.gz
rbw-566a1fc20236030ef854ce35bfeff785e317232e.zip
changelog and version bump1.4.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <doy@tozt.net>"]
edition = "2018"