From 6cafbcd094f37b3690de02cfa6d8839ff491b20f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 18 Jul 2023 04:18:34 -0400 Subject: changelog and version bump --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 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 "] edition = "2021" -- cgit v1.2.3-54-g00ecf