diff --git a/CHANGELOG.md b/CHANGELOG.md
index da1aeacdf40..3bd381cfcf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [1.160.0] - 2024-12-05 16:48:14
+
+### Added
+
+- Second earner tax reform.
+
 ## [1.159.0] - 2024-12-05 16:42:58
 
 ### Added
@@ -10371,6 +10377,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 
 
+[1.160.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.159.0...1.160.0
 [1.159.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.158.0...1.159.0
 [1.158.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.157.0...1.158.0
 [1.157.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.156.0...1.157.0
diff --git a/changelog.yaml b/changelog.yaml
index 68a07aff08d..e1f719cbb4e 100644
--- a/changelog.yaml
+++ b/changelog.yaml
@@ -8793,3 +8793,8 @@
     added:
     - Add multiple state exemptions to the repeal of state dependent exemptions reform.
   date: 2024-12-05 16:42:58
+- bump: minor
+  changes:
+    added:
+    - Second earner tax reform.
+  date: 2024-12-05 16:48:14
diff --git a/changelog_entry.yaml b/changelog_entry.yaml
index c16f9c28de8..e69de29bb2d 100644
--- a/changelog_entry.yaml
+++ b/changelog_entry.yaml
@@ -1,4 +0,0 @@
-- bump: minor
-  changes:
-    added:
-    - Second earner tax reform.
diff --git a/setup.py b/setup.py
index 7a2b71696c1..0ad49cbf9e8 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
 
 setup(
     name="policyengine-us",
-    version="1.159.0",
+    version="1.160.0",
     author="PolicyEngine",
     author_email="hello@policyengine.org",
     long_description=readme,