diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,11 @@
 
 ## Unreleased changes
 
+## [0.2.1] - 2021-01-11
+
+### Changed
+- Upgrade to latest version of LTS and deps
+
 ## [0.2.0] - 2020-09-11
 
 ### Added
@@ -21,5 +26,6 @@
 - Documentation
 
 [Unreleased]: https://github.com/rkaippully/webgear/compare/v0.2.0...HEAD
+[0.2.1]: https://github.com/rkaippully/webgear/compare/v0.2.0...v0.2.1
 [0.2.0]: https://github.com/rkaippully/webgear/compare/v0.1.0...v0.2.0
 [0.1.0]: https://github.com/rkaippully/webgear/releases/tag/v0.1.0
diff --git a/webgear-server.cabal b/webgear-server.cabal
--- a/webgear-server.cabal
+++ b/webgear-server.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                webgear-server
-version:             0.2.0
+version:             0.2.1
 synopsis:            Composable, type-safe library to build HTTP API servers
 description:
         WebGear is a library to for building composable, type-safe HTTP API servers.
@@ -47,20 +47,20 @@
                       TypeApplications
                       TypeFamilies
                       TypeOperators
-  build-depends:      base                  >=4.12.0.0 && <5
-                    , template-haskell      >=2.14.0.0 && <3
-                    , mtl                   ==2.2.*
-                    , unordered-containers  ==0.2.*
-                    , wai                   ==3.2.*
-                    , bytestring            ==0.10.*
-                    , text                  ==1.2.*
-                    , case-insensitive      ==1.2.*
+  build-depends:      aeson                 >=1.4 && <1.6
+                    , base                  >=4.12.0.0 && <5
                     , base64-bytestring     >=1.0.0.3 && <1.3
+                    , bytestring            >=0.10.8.2 && <0.12
                     , bytestring-conversion ==0.3.*
-                    , http-types            ==0.12.*
+                    , case-insensitive      ==1.2.*
                     , http-api-data         ==0.4.*
-                    , aeson                 >=1.4 && <1.6
+                    , http-types            ==0.12.*
+                    , mtl                   ==2.2.*
                     , network               >=2.8 && <3.2
+                    , template-haskell      >=2.14.0.0 && <3
+                    , text                  ==1.2.*
+                    , unordered-containers  ==0.2.*
+                    , wai                   ==3.2.*
   ghc-options:        -Wall
                       -Wno-unticked-promoted-constructors
                       -Wincomplete-record-updates
@@ -108,9 +108,9 @@
   ghc-options:        -threaded
                       -rtsopts
                       -with-rtsopts=-N
-  build-depends:      tasty                 >=1.2 && <1.4
-                    , tasty-quickcheck      ==0.10.*
-                    , tasty-hunit           ==0.10.*
-                    , QuickCheck            >=2.13 && <2.15
+  build-depends:      QuickCheck            >=2.13 && <2.15
                     , quickcheck-instances  ==0.3.*
+                    , tasty                 >=1.2 && <1.5
+                    , tasty-hunit           ==0.10.*
+                    , tasty-quickcheck      ==0.10.*
                     , webgear-server
