aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1cecb0..51fc760 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,20 @@
# Changelog
-## [1.6.0] - 2023-03-09
+## [Unreleased]
### Added
-* `rbw get` now supports a `--raw` option to display the entire contents of
- the entry in JSON format (#97, classabbyamp)
* `rbw` now automatically syncs the database from the server at a specified
interval while it is running. This defaults to once an hour, but is
configurable via the `sync_interval` option
+## [1.6.0] - 2023-03-09
+
+### Added
+
+* `rbw get` now supports a `--raw` option to display the entire contents of
+ the entry in JSON format (#97, classabbyamp)
+
## [1.5.0] - 2023-02-18
### Added