diff --git a/CHANGELOG.md b/CHANGELOG.md
index e90a20ad..9c81bf37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+### 2.1.86
+
+2024-03-26 10:57
+
+#### FIXED
+
+- Unterminated date range, e.g. `--from today` will now assume current time as end date. Results of `doing show all --from today` will now match `doing today`.
+
### 2.1.85
2024-03-26 10:17
diff --git a/Gemfile.lock b/Gemfile.lock
index ec853c42..de7dd8b7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- doing (2.1.85)
+ doing (2.1.86)
chronic (~> 0.10, >= 0.10.2)
deep_merge (~> 1.2, >= 1.2.1)
gli (~> 2.20, >= 2.20.1)
diff --git a/README.md b/README.md
index 10fac701..6ce3f892 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ _If you're one of the rare people like me who find this useful, feel free to
-The current version of `doing` is 2.1.84.
+The current version of `doing` is 2.1.85.
Find all of the documentation in the [doing wiki][wiki].
diff --git a/docs/doc/Array.html b/docs/doc/Array.html
index 01732d44..d2474ce8 100644
--- a/docs/doc/Array.html
+++ b/docs/doc/Array.html
@@ -350,7 +350,7 @@
diff --git a/docs/doc/BooleanTermParser.html b/docs/doc/BooleanTermParser.html
index a0d75ea9..0c011269 100644
--- a/docs/doc/BooleanTermParser.html
+++ b/docs/doc/BooleanTermParser.html
@@ -105,7 +105,7 @@ Defined Under Namespace
diff --git a/docs/doc/BooleanTermParser/Clause.html b/docs/doc/BooleanTermParser/Clause.html
index 77f0b803..0dc8fc2e 100644
--- a/docs/doc/BooleanTermParser/Clause.html
+++ b/docs/doc/BooleanTermParser/Clause.html
@@ -283,7 +283,7 @@
diff --git a/docs/doc/BooleanTermParser/Operator.html b/docs/doc/BooleanTermParser/Operator.html
index 74db39e0..1f330256 100644
--- a/docs/doc/BooleanTermParser/Operator.html
+++ b/docs/doc/BooleanTermParser/Operator.html
@@ -162,7 +162,7 @@
diff --git a/docs/doc/BooleanTermParser/Query.html b/docs/doc/BooleanTermParser/Query.html
index ecfc2174..d216cc43 100644
--- a/docs/doc/BooleanTermParser/Query.html
+++ b/docs/doc/BooleanTermParser/Query.html
@@ -407,7 +407,7 @@
diff --git a/docs/doc/BooleanTermParser/QueryParser.html b/docs/doc/BooleanTermParser/QueryParser.html
index b30b23b0..255d0048 100644
--- a/docs/doc/BooleanTermParser/QueryParser.html
+++ b/docs/doc/BooleanTermParser/QueryParser.html
@@ -125,7 +125,7 @@ Overview
diff --git a/docs/doc/BooleanTermParser/QueryTransformer.html b/docs/doc/BooleanTermParser/QueryTransformer.html
index da6afd87..14dd8376 100644
--- a/docs/doc/BooleanTermParser/QueryTransformer.html
+++ b/docs/doc/BooleanTermParser/QueryTransformer.html
@@ -114,7 +114,7 @@
diff --git a/docs/doc/Doing.html b/docs/doc/Doing.html
index 1c3b7ac9..ab5693f6 100644
--- a/docs/doc/Doing.html
+++ b/docs/doc/Doing.html
@@ -122,7 +122,7 @@
VERSION =
- '2.1.85'
+ '2.1.86'
@@ -138,7 +138,7 @@
diff --git a/docs/doc/Doing/ArrayCleanup.html b/docs/doc/Doing/ArrayCleanup.html
index 9f104f6a..c1ec4a3f 100644
--- a/docs/doc/Doing/ArrayCleanup.html
+++ b/docs/doc/Doing/ArrayCleanup.html
@@ -306,7 +306,7 @@
diff --git a/docs/doc/Doing/ArrayNestedHash.html b/docs/doc/Doing/ArrayNestedHash.html
index 10f8fcc7..4124918e 100644
--- a/docs/doc/Doing/ArrayNestedHash.html
+++ b/docs/doc/Doing/ArrayNestedHash.html
@@ -188,7 +188,7 @@
diff --git a/docs/doc/Doing/ArrayTags.html b/docs/doc/Doing/ArrayTags.html
index 677eb843..27401264 100644
--- a/docs/doc/Doing/ArrayTags.html
+++ b/docs/doc/Doing/ArrayTags.html
@@ -414,7 +414,7 @@