aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-18 21:14:45 -0500
committerJesse Luehrs <doy@tozt.net>2023-02-18 21:14:45 -0500
commit93a6fb1027243a0f35d99373d84584b33a46c202 (patch)
treeac095cec4946255cafa9b09bb1dcab8a68132065 /CHANGELOG.md
parentdb9dc7b6e696259f488088f74a1e1a97fa5b002d (diff)
downloadrbw-93a6fb1027243a0f35d99373d84584b33a46c202.tar.gz
rbw-93a6fb1027243a0f35d99373d84584b33a46c202.zip
changelog and version bump1.5.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a51e8d6..23c9c05 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [1.5.0] - 2023-02-18
+
+### Added
+
+* Support for authenticating to self-hosted Bitwarden servers using client
+ certificates (#92, Filipe Pina)
+* Support multiple independent profiles via the `RBW_PROFILE` environment
+ variable (#93, Skia)
+* Add `rbw get --field` (#95, Jericho Keyne)
+
+### Fixed
+
+* Don't panic when not all stdout is read (#82, witcher)
+* Fixed duplicated alias names in help output (#46)
+
## [1.4.3] - 2022-02-10
### Fixed