diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,15 @@
 # Changelog
 
-## [0.1.0.4] - 2019-02-21
+## [0.1.0.5] - 2020-06-03
 
 ### Changed
 
+- Relaxed dependency version bounds
+
+## [0.1.0.4] - 2020-02-21
+
+### Changed
+
 - Dependencies bump
 
 ## [0.1.0.3] - 2019-02-11
@@ -26,6 +32,7 @@
 
 ## [0.1.0.0] - 2018-03-11
 
+[0.1.0.5]: https://github.com/dzhus/th-nowq/compare/0.1.0.4...0.1.0.5
 [0.1.0.4]: https://github.com/dzhus/th-nowq/compare/0.1.0.3...0.1.0.4
 [0.1.0.3]: https://github.com/dzhus/th-nowq/compare/0.1.0.2...0.1.0.3
 [0.1.0.2]: https://github.com/dzhus/th-nowq/compare/0.1.0.1...0.1.0.2
diff --git a/README.lhs b/README.lhs
--- a/README.lhs
+++ b/README.lhs
@@ -1,6 +1,6 @@
 # th-nowq
 
-[![Travis CI build status](https://travis-ci.org/dzhus/th-nowq.svg)](https://travis-ci.org/dzhus/th-nowq)
+[![Build & test](https://github.com/dzhus/th-nowq/workflows/Build%20&%20test/badge.svg)](https://github.com/dzhus/th-nowq/actions)
 [![Hackage](https://img.shields.io/hackage/v/th-nowq.svg?colorB=5e5184&style=flat)](https://hackage.haskell.org/package/th-nowq)
 [![Hackage deps](https://img.shields.io/hackage-deps/v/th-nowq.svg)](http://packdeps.haskellers.com/feed?needle=th-nowq)
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # th-nowq
 
-[![Travis CI build status](https://travis-ci.org/dzhus/th-nowq.svg)](https://travis-ci.org/dzhus/th-nowq)
+[![Build & test](https://github.com/dzhus/th-nowq/workflows/Build%20&%20test/badge.svg)](https://github.com/dzhus/th-nowq/actions)
 [![Hackage](https://img.shields.io/hackage/v/th-nowq.svg?colorB=5e5184&style=flat)](https://hackage.haskell.org/package/th-nowq)
 [![Hackage deps](https://img.shields.io/hackage-deps/v/th-nowq.svg)](http://packdeps.haskellers.com/feed?needle=th-nowq)
 
diff --git a/th-nowq.cabal b/th-nowq.cabal
--- a/th-nowq.cabal
+++ b/th-nowq.cabal
@@ -1,46 +1,53 @@
 cabal-version: 1.12
-name: th-nowq
-version: 0.1.0.4
-license: BSD3
-license-file: LICENSE
-maintainer: dima@dzhus.org
-author: Dmitry Dzhus
-homepage: https://github.com/dzhus/th-nowq#readme
-bug-reports: https://github.com/dzhus/th-nowq/issues
-synopsis: Template Haskell splice that expands to current time
-description:
-    TH splice that expands to current time as a string literal in ISO-8601 format. Can be used to embed the compilation timestamp in your application.
-category: Template Haskell
-build-type: Simple
+
+-- This file has been generated from package.yaml by hpack version 0.33.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: f22d9c1ef4fe1df6c5d385d68a0352db1a31de81574af3ac9fbf4ccb2b945f3d
+
+name:           th-nowq
+version:        0.1.0.5
+synopsis:       Template Haskell splice that expands to current time
+description:    TH splice that expands to current time as a string literal in ISO-8601 format. Can be used to embed the compilation timestamp in your application.
+category:       Template Haskell
+homepage:       https://github.com/dzhus/th-nowq#readme
+bug-reports:    https://github.com/dzhus/th-nowq/issues
+author:         Dmitry Dzhus
+maintainer:     dima@dzhus.org
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
 extra-source-files:
     CHANGELOG.md
     README.md
 
 source-repository head
-    type: git
-    location: https://github.com/dzhus/th-nowq
+  type: git
+  location: https://github.com/dzhus/th-nowq
 
 library
-    exposed-modules:
-        Language.Haskell.TH.Now
-    hs-source-dirs: src
-    other-modules:
-        Paths_th_nowq
-    default-language: Haskell2010
-    ghc-options: -Wall -Wcompat
-    build-depends:
-        base <5,
-        template-haskell <2.16,
-        time <1.10
+  exposed-modules:
+      Language.Haskell.TH.Now
+  other-modules:
+      Paths_th_nowq
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -Wcompat
+  build-depends:
+      base <5
+    , template-haskell
+    , time
+  default-language: Haskell2010
 
 test-suite readme
-    type: exitcode-stdio-1.0
-    main-is: README.lhs
-    other-modules:
-        Paths_th_nowq
-    default-language: Haskell2010
-    ghc-options: -Wall -Wcompat -pgmL markdown-unlit
-    build-depends:
-        base <5,
-        markdown-unlit <0.6,
-        th-nowq -any
+  type: exitcode-stdio-1.0
+  main-is: README.lhs
+  other-modules:
+      Paths_th_nowq
+  ghc-options: -Wall -Wcompat -pgmL markdown-unlit
+  build-depends:
+      base <5
+    , markdown-unlit
+    , th-nowq
+  default-language: Haskell2010
