From d53161a947cecdce7782e51ca668151713980f6f Mon Sep 17 00:00:00 2001
From: Christine Kim <125395064+chkim-usgs@users.noreply.github.com>
Date: Fri, 5 Jan 2024 12:24:08 -0700
Subject: [PATCH] USGSCSM 2.0.0 Release Prep (#472)

* Update versions and changelog

* Add changelog header
---
 CHANGELOG.md   |  9 +++++++++
 CMakeLists.txt |  2 +-
 code.json      | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a18cbd3..0b90cf3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,15 @@ release.
 
 ## [Unreleased]
 
+## [2.0.0] - 2024-01-05
+
+### Added
+- Added support for the radial and tangential distortion model [#466](https://github.com/DOI-USGS/usgscsm/pull/466)
+
 ### Changed
+- Made FrameSensor members public [#455](https://github.com/DOI-USGS/usgscsm/pull/455)
 - Updated installation location [#467](https://github.com/DOI-USGS/usgscsm/pull/467) 
 - Updated ALE submodule [#470](https://github.com/DOI-USGS/usgscsm/pull/470)
+
+### Fixed
+- Fixed issue with radial distortion computation [#464](https://github.com/DOI-USGS/usgscsm/pull/464)
\ No newline at end of file
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2df336..492d7aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.10)
-project(usgscsm VERSION 1.7.0 DESCRIPTION "usgscsm library")
+project(usgscsm VERSION 2.0.0 DESCRIPTION "usgscsm library")
 
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
 
diff --git a/code.json b/code.json
index 5d33769..55dcffe 100644
--- a/code.json
+++ b/code.json
@@ -37,6 +37,43 @@
     "date": {
       "metadataLastUpdated": "2023-02-23"
     }
+  }, {
+    "name": "USGSCSM",
+    "organization": "U.S. Geological Survey",
+    "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
+    "version": "2.0.0",
+    "status": "Production",
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC-1.0",
+          "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/LICENSE.md"
+        }
+      ]
+    },
+    "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/2.0.0",
+    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/2.0.0/usgscsm-2.0.0.zip",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/DISCLAIMER.md",
+    "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git",
+    "vcs": "git",
+    "laborHours": 60,
+    "tags": [
+      "Planetary",
+      "Remote Sensing",
+      "Data Processing",
+      "Community Sensor Model"
+    ],
+    "languages": [
+      "C++"
+    ],
+    "contact": {
+      "name": "Christine Kim",
+      "email": "chkim@usgs.gov"
+    },
+    "date": {
+      "metadataLastUpdated": "2024-01-05"
+    }
   }, {
     "name": "USGSCSM",
     "organization": "U.S. Geological Survey",
-- 
GitLab