diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.4.3
+
+* New minor release (microlens-0.4.13.0, microlens-ghc-0.4.14).
+
 # 0.4.2.1
 
 * Bumped `hashable` upper bound.
diff --git a/microlens-platform.cabal b/microlens-platform.cabal
--- a/microlens-platform.cabal
+++ b/microlens-platform.cabal
@@ -1,5 +1,5 @@
 name:                microlens-platform
-version:             0.4.2.1
+version:             0.4.3.0
 synopsis:            microlens + all batteries included (best for apps)
 description:
   This package exports a module which is the recommended starting point for using <http://hackage.haskell.org/package/microlens microlens> if you aren't trying to keep your dependencies minimal. By importing @Lens.Micro.Platform@ you get all functions and instances from <http://hackage.haskell.org/package/microlens microlens>, <http://hackage.haskell.org/package/microlens-th microlens-th>, <http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, <http://hackage.haskell.org/package/microlens-ghc microlens-ghc>, as well as instances for @Vector@, @Text@, and @HashMap@.
@@ -10,7 +10,7 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Edward Kmett, Artyom Kazak
-maintainer:          Monadfix <hi@monadfix.com>
+maintainer:          Steven Fontanella <steven.fontanella@gmail.com>
 homepage:            http://github.com/monadfix/microlens
 bug-reports:         http://github.com/monadfix/microlens/issues
 category:            Data, Lenses
@@ -41,8 +41,8 @@
   -- other-extensions:
   build-depends:       base >=4.5 && <5
                      , hashable >=1.1.2.3 && <1.5
-                     , microlens ==0.4.12.*
-                     , microlens-ghc ==0.4.13.*
+                     , microlens ==0.4.13.*
+                     , microlens-ghc ==0.4.14.*
                      , microlens-mtl ==0.2.0.*
                      , microlens-th ==0.4.3.*
                      , text >=0.11 && <1.3
