diff --git a/DISCLAIMER.md b/DISCLAIMER.md
index 1d80feb01a188b28ff33dad1be1dcc033f31d077..bcbee17c748dd7ecfcf1b7361872dd58213ffc5c 100644
--- a/DISCLAIMER.md
+++ b/DISCLAIMER.md
@@ -1,8 +1,9 @@
-This software is preliminary or provisional and is subject to revision. It is
-being provided to meet the need for timely best science. The software has not
-received final approval by the U.S. Geological Survey (USGS). No warranty,
-expressed or implied, is made by the USGS or the U.S. Government as to the
-functionality of the software and related material nor shall the fact of release
-constitute any such warranty. The software is provided on the condition that
-neither the USGS nor the U.S. Government shall be held liable for any damages
-resulting from the authorized or unauthorized use of the software.
\ No newline at end of file
+This software has been approved for release by the U.S. Geological Survey
+(USGS). Although the software has been subjected to rigorous review, the USGS
+reserves the right to update the software as needed pursuant to further analysis
+and review. No warranty, expressed or implied, is made by the USGS or the U.S.
+Government as to the functionality of the software and related material nor
+shall the fact of release constitute any such warranty. Furthermore, the
+software is released on condition that neither the USGS nor the U.S. Government
+shall be held liable for any damages resulting from its authorized or
+unauthorized use.
diff --git a/code.json b/code.json
index c64ae08946b2956d8531a3392aa28fc8068a8d60..c44e2de668d57d388be985050cab4f64a5914d83 100644
--- a/code.json
+++ b/code.json
@@ -3,21 +3,21 @@
     "name": "USGSCSM",
     "organization": "U.S. Geological Survey",
     "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
-    "version": "main",
-    "status": "Development",
+    "version": "1.6.0",
+    "status": "Production",
 
     "permissions": {
       "usageType": "openSource",
       "licenses": [
         {
           "name": "Public Domain, CC-1.0",
-          "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/main/LICENSE.md"
+          "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/1.6.0/LICENSE.md"
         }
       ]
     },
-    "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/",
-    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/main/usgscsm-main.zip",
-    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/usgscsm/DISCLAIMER.md",
+    "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/1.6.0",
+    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/1.6.0/knoten-1.6.0.zip",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/1.6.0/DISCLAIMER.md",
     "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git",
     "vcs": "git",
     "laborHours": 60,