aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-03 03:16:57 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-03 03:16:57 -0400
commit36b5107239b75136ce74799d87a645e153d95948 (patch)
treea0f8a60188f0b3fac8fc1f7ad034f9734d1225a4 /CHANGELOG.md
parentdef807cc0bb0ab3a7b1877e5304e26b90b007f16 (diff)
downloadrbw-36b5107239b75136ce74799d87a645e153d95948.tar.gz
rbw-36b5107239b75136ce74799d87a645e153d95948.zip
changelog
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