diff --git a/Changelog.md b/Changelog.md
index 4d154cd8..63ff6624 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,13 @@
# Changelog
+## January 19, 2021
+
+Released on January 19, 2021.
+
+### Enhancements
+
+- Add `sum` aggregate to ORM - [#174](https://github.com/PrefectHQ/server/pull/174)
+
## January 5, 2021
Released on January 5, 2021.
diff --git a/changes/pr174.yaml b/changes/pr174.yaml
deleted file mode 100644
index fe8a2f95..00000000
--- a/changes/pr174.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# An example changelog entry
-#
-# 1. Choose one (or more if a PR encompasses multiple changes) of the following headers:
-# - feature
-# - enhancement
-# - fix
-# - deprecation
-# - breaking (for breaking changes)
-# - migration (for database migrations)
-#
-# 2. Fill in one (or more) bullet points under the heading, describing the change.
-# Markdown syntax may be used.
-#
-# 3. If you would like to be credited as helping with this release, add a
-# contributor section with your name and github username.
-#
-# Here's an example of a PR that adds an enhancement
-
-enhancement:
- - "Add `sum` aggregate to ORM - [#174](https://github.com/PrefectHQ/server/pull/174)"