diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1dd885d..b8926a1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
         go: [ '1.18' ]
     name: Build ${{ matrix.go }}
     steps:
-    - uses: aws-actions/configure-aws-credentials@v1
+    - uses: aws-actions/configure-aws-credentials@v1-node16
       with:
         aws-access-key-id: ${{ secrets.SIGSCI_CORE_ACCESS_KEY_ID }}
         aws-secret-access-key: ${{ secrets.SIGSCI_CORE_SECRET_ACCESS_KEY }}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f3092e..8e33b9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Golang Module Release Notes
 
+## 1.12.1 2023-02-24
+
+* Sync versions
+
 ## 1.12.0 2023-01-10
 
 * Replaced internal custom header extractor function with raw header extractor function
diff --git a/VERSION b/VERSION
index 0eed1a2..f8f4f03 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.12.0
+1.12.1
diff --git a/version.go b/version.go
index e6c11d9..caf6963 100644
--- a/version.go
+++ b/version.go
@@ -1,3 +1,3 @@
 package sigsci
 
-const version = "1.11.0"
+const version = "1.12.1"