aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-18 04:18:34 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-18 04:18:34 -0400
commit6cafbcd094f37b3690de02cfa6d8839ff491b20f (patch)
treed16376c4642f3fb0d44aeb035dbaa30d49fc613b
parenta5e44ca1477bd01f24eef174f65108f61aa42ef9 (diff)
downloadrbw-6cafbcd094f37b3690de02cfa6d8839ff491b20f.tar.gz
rbw-6cafbcd094f37b3690de02cfa6d8839ff491b20f.zip
changelog and version bump1.8.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f7896b..061e1da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [1.8.1] - 2023-07-18
+
+### Fixed
+
+* `rbw config set notifications_url` now actually works
+
## [1.8.0] - 2023-07-18
### Added
diff --git a/Cargo.lock b/Cargo.lock
index 6b63d53..a94e89c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1289,7 +1289,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "1.8.0"
+version = "1.8.1"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 65e349d..97ab781 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "1.8.0"
+version = "1.8.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"