aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 472ecbc..d41cbab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,22 @@
# Changelog
+## Unreleased
+
+### Fixed
+
+* `rbw` is now able to decrypt secrets from organizations you are a member of.
+* `rbw stop-agent` now waits for the agent to exit before returning.
+
+### Changed
+
+* Move to the `ring` crate for a bunch of the cryptographic functionality.
+* The agent protocol is now versioned, to allow for seamless updates.
+
## [0.1.1] - 2020-05-01
### Fixed
-* some packaging changes
+* Some packaging changes.
## [0.1.0] - 2020-04-20