diff --git a/DESCRIPTION b/DESCRIPTION
index c6e9aad..381c083 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
Package: plumber2
Title: Easy and Powerful Web Servers
-Version: 0.1.0.9000
+Version: 0.1.1.9000
Authors@R: c(
person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5147-4711")),
@@ -60,7 +60,7 @@ VignetteBuilder: quarto
URL: https://plumber2.posit.co/, https://github.com/posit-dev/plumber2
BugReports: https://github.com/posit-dev/plumber2/issues
Config/testthat/edition: 3
-Remotes:
+Remotes:
thomasp85/routr,
thomasp85/fiery,
thomasp85/fireproof
diff --git a/NEWS.md b/NEWS.md
index ce73db7..b2d26c4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -22,6 +22,10 @@
* `api_get()` and other endpoint functions now defaults to using the default
serializers and parsers (#57)
+# plumber2 0.1.1
+
+* Updated doc path generation in preparation for routr 2.0.0
+
# plumber2 0.1.0
* Initial CRAN submission.
diff --git a/README.Rmd b/README.Rmd
index 8ddd296..27e987b 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```
-# plumber2
+# plumber2
[](https://github.com/posit-dev/plumber2/actions/workflows/R-CMD-check.yaml)
diff --git a/README.md b/README.md
index 50d8be7..4613a04 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# plumber2
+# plumber2
diff --git a/cran-comments.md b/cran-comments.md
index 7975af1..6ad79ef 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,2 +1 @@
-This new package submission is contingent on the release of firesafety which has
-already been submitted.
+This is a small patch release to pave the way for routr 2.0.0
diff --git a/man/api_logger.Rd b/man/api_logger.Rd
index 7934fb7..3cb5e6b 100644
--- a/man/api_logger.Rd
+++ b/man/api_logger.Rd
@@ -41,7 +41,9 @@ plumber2 (through fiery) provides the predefined \code{common_log_format} and
\code{combined_log_format}, but you can easily create your own. See
\link[fiery:loggers]{fiery::loggers} for which variables the glue string has access to.}
-\item{format}{A \link[glue:glue]{glue} string specifying the format of the log entry}
+\item{format}{A \link[glue:glue]{glue}-like string specifying the format of the
+log entry. Only the variables \code{time}, \code{event}, and \code{message} are available
+and must be given verbatim}
\item{file}{A file or connection to write to}