diff --git a/CHANGELOG.md b/CHANGELOG.md
index c49225d..2ace718 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [1.3.0](https://github.com/googleapis/nodejs-artifact-registry/compare/v1.2.3...v1.3.0) (2022-03-23)
+
+
+### Features
+
+* promote v1beta2 features to v1 ([#132](https://github.com/googleapis/nodejs-artifact-registry/issues/132)) ([a217d2e](https://github.com/googleapis/nodejs-artifact-registry/commit/a217d2e62db8b6f297f13158e8140f88092d0cef))
+* upgrade to GA ([#96](https://github.com/googleapis/nodejs-artifact-registry/issues/96)) ([1e71407](https://github.com/googleapis/nodejs-artifact-registry/commit/1e71407f9251ececddc945e0511b63cee2965fee))
+
 ### [1.2.3](https://github.com/googleapis/nodejs-artifact-registry/compare/v1.2.2...v1.2.3) (2022-02-03)
 
 
diff --git a/package.json b/package.json
index 25455a1..fcbfee5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@google-cloud/artifact-registry",
-  "version": "1.2.3",
+  "version": "1.3.0",
   "description": "Artifactregistry client for Node.js",
   "repository": "googleapis/nodejs-artifact-registry",
   "license": "Apache-2.0",
diff --git a/samples/package.json b/samples/package.json
index 20588b8..8ed012b 100644
--- a/samples/package.json
+++ b/samples/package.json
@@ -13,7 +13,7 @@
     "test": "c8 mocha --timeout 600000 test/*.js"
   },
   "dependencies": {
-    "@google-cloud/artifact-registry": "^1.2.3"
+    "@google-cloud/artifact-registry": "^1.3.0"
   },
   "devDependencies": {
     "c8": "^7.1.0",