aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7b38f07..cf34e43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.3.4] - 2020-05-24
+
+### Fixed
+
+* Handle edge case where a URI entry is set for a cipher but that entry has a
+ null URI string (Adrien CLERC).
+
## [0.3.3] - 2020-05-23
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index c6d61b0..8f671c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1116,7 +1116,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "0.3.3"
+version = "0.3.4"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 0887379..d636716 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "0.3.3"
+version = "0.3.4"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"