diff --git a/DESCRIPTION b/DESCRIPTION
index 442fdc4..9a150f5 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: hms
 Title: Pretty Time of Day
-Date: 2018-01-23
-Version: 0.4.1
+Date: 2018-03-10
+Version: 0.4.2
 Authors@R: c(
     person("Kirill", "Müller", role = c("aut", "cre"), email = "krlmlr+r@mailbox.org"),
     person("The R Consortium", role = "fnd")
@@ -22,5 +22,5 @@ Encoding: UTF-8
 LazyData: true
 URL: https://github.com/tidyverse/hms
 BugReports: https://github.com/tidyverse/hms/issues
-RoxygenNote: 6.0.1
+RoxygenNote: 6.0.1.9000
 Roxygen: list(markdown = TRUE)
diff --git a/NEWS.md b/NEWS.md
index 7fcdbdb..a41ed9f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,8 @@
+## hms 0.4.2 (2018-03-10)
+
+- Adapted tests to pillar 1.2.1.
+
+
 # hms 0.4.1 (2018-01-23)
 
 - Preserve `NA` when converting to `character` (#51, @jeroen).
diff --git a/cran-comments.md b/cran-comments.md
index c8c9dec..ee632ab 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,4 +1,4 @@
-Fix tests after release of pillar 1.1.0.
+Fix tests after release of pillar 1.2.1.
 
 ## Test environments
 * ubuntu 17.04 (local install), R 3.4.3
@@ -12,4 +12,4 @@ Fix tests after release of pillar 1.1.0.
 
 ## Reverse dependencies
 
-We checked 17 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. No regressions detected.
+No checks run, because this versions only updates the tests for this package, and not exported code.
diff --git a/man/hms.Rd b/man/hms.Rd
index c047178..8b07881 100644
--- a/man/hms.Rd
+++ b/man/hms.Rd
@@ -2,7 +2,6 @@
 % Please edit documentation in R/hms.R
 \name{hms}
 \alias{hms}
-\alias{hms}
 \alias{is.hms}
 \alias{as.hms}
 \alias{as.hms.default}