diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,2 +1,5 @@
+## generic-optics-2.1.0.0 (2021-01-25)
+- Bump to generic-lens-core-2.1.0.0
+
 ## generic-optics-2.0.0.0 (2020-02-11)
 - Initial release
diff --git a/generic-optics.cabal b/generic-optics.cabal
--- a/generic-optics.cabal
+++ b/generic-optics.cabal
@@ -1,5 +1,5 @@
 name:                 generic-optics
-version:              2.0.0.0
+version:              2.1.0.0
 synopsis:             Generically derive traversals, lenses and prisms.
 description:          This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible.
                       .
@@ -42,7 +42,7 @@
   other-modules:      Data.Generics.Internal.Optics
 
   build-depends:      base        >= 4.11 && < 5
-                    , generic-lens-core == 2.0.0.0
+                    , generic-lens-core == 2.1.0.0
                     , optics-core >= 0.2 && < 1.0
                     , text        >= 1.2 && < 1.3
 
