diff --git a/CHANGELOG.md b/CHANGELOG.md
index edb0188138bead3f2a017ca4aac07887361d2078..6c5595a26c630f71e647b5147094a012f2fb55d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,38 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.8.0] - 2024-01-09
+
+### Bug Fixes
+
+- Make Offset fields pub
+
+### Features
+
+- Subquery support
+- Timestamp and label_set fns
+- Keep_metric_names modifier
+- MetricsQL alias fn
+
+### Miscellaneous Tasks
+
+- Bump version to 0.8.0
+- Generate changelog for v0.8.0
+
+### Testing
+
+- Integration tests for label_set and timestamp
+
+## [0.7.1] - 2024-01-05
+
+### Miscellaneous Tasks
+
+- Bump ver to 0.7.1
+
+### QoL Enhancements
+
+- Impl Copy on QryFunc and Clone on AggrFunc
+
 ## [0.7.0] - 2024-01-02
 
 ### Bug Fixes