diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for lens-witherable
 
+## 0.2.0.2 -- 2024-03-10
+
+* Fix copyright dates
+
 ## 0.2.0.1 -- 2024-03-10
 
 * Arrange documentation slightly better.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2021-2022 Carl Howells
+Copyright (c) 2021-2024 Carl Howells
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/lens-witherable.cabal b/lens-witherable.cabal
--- a/lens-witherable.cabal
+++ b/lens-witherable.cabal
@@ -1,8 +1,8 @@
 cabal-version:        2.4
 name:                 lens-witherable
-version:              0.2.0.1
+version:              0.2.0.2
 synopsis:             lens-compatible tools for working with witherable
-copyright:            Copyright (C) 2021-2022 Carl Howells
+copyright:            Copyright (C) 2021-2024 Carl Howells
 license:              MIT
 license-file:         LICENSE
 author:               Carl Howells
diff --git a/src/Witherable/Lens.hs b/src/Witherable/Lens.hs
--- a/src/Witherable/Lens.hs
+++ b/src/Witherable/Lens.hs
@@ -1,7 +1,7 @@
 {-|
 Module      : Witherable.Lens
 Description : Tools for using the Witherable interface with lens
-Copyright   : (c) Carl Howells, 2021-2022
+Copyright   : (c) Carl Howells, 2021-2024
 License     : MIT
 Maintainer  : chowells79@gmail.com
 
