diff --git a/CHANGELOG.md b/CHANGELOG.md
index c78b6c5..58096eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+### v8.0.0 (2022-03-22)
+
+* **BREAKING** Removed RUSageMeter.  This was used to get resource usage statistics via `libuv`. It is no longer needed since Node.js version 12 has support via `process.cpuUsage`.
+
+* Fixed spelling in compatibility documentation.
+
+* Added integration tests for downloading with proxy.
+
+* Fixed the download tests to skip when running on branch or unsupported architectures.
+
 ### v7.1.2 (2022-02-23)
 
 * Added `windows-latest` run for Node 16 only back to CI.
diff --git a/package-lock.json b/package-lock.json
index 1f3fa47..2e14223 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@newrelic/native-metrics",
-  "version": "7.1.2",
+  "version": "8.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@newrelic/native-metrics",
-      "version": "7.1.2",
+      "version": "8.0.0",
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {
diff --git a/package.json b/package.json
index 60ce71e..cfefc7d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@newrelic/native-metrics",
-  "version": "7.1.2",
+  "version": "8.0.0",
   "description": "A module for generating metrics from V8.",
   "main": "index.js",
   "scripts": {