aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-25 23:24:43 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-25 23:24:43 -0400
commite3e1cf29ae208eb2a10603d1af5e7e8e6202046a (patch)
tree3f906b232b0d50b75a92f82cf46c4eac2eb842e3
parent5eab3c4b33f2b0b594993a095eae86f88828827d (diff)
downloadrbw-e3e1cf29ae208eb2a10603d1af5e7e8e6202046a.tar.gz
rbw-e3e1cf29ae208eb2a10603d1af5e7e8e6202046a.zip
fix changelog
-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