From a5e64fa0fd02a45a77ec04042fed3c0fb59b2b3c Mon Sep 17 00:00:00 2001
From: Trey Dockendorf <tdockendorf@osc.edu>
Date: Wed, 16 Oct 2024 08:31:38 -0400
Subject: [PATCH] Release v5.2.0

---
 CHANGELOG.md  | 13 +++++++++----
 metadata.json |  2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f48295..12d45b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
 
 All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
 
+## [v5.2.0](https://github.com/osc/puppet-module-openondemand/tree/v5.2.0) (2024-10-16)
+
+[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v5.1.0...v5.2.0)
+
+### Added
+
+- Support Ubuntu 24.04 [\#163](https://github.com/OSC/puppet-module-openondemand/pull/163) ([treydock](https://github.com/treydock))
+- Remove EL7 support [\#161](https://github.com/OSC/puppet-module-openondemand/pull/161) ([treydock](https://github.com/treydock))
+
 ## [v5.1.0](https://github.com/osc/puppet-module-openondemand/tree/v5.1.0) (2024-09-06)
 
 [Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v5.0.1...v5.1.0)
@@ -278,10 +287,6 @@ All notable changes to this project will be documented in this file. The format
 
 [Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.2.0...v2.3.0)
 
-### Added
-
-- Support nginx\_stage passenger\_pool\_idle\_time and passenger\_options [\#58](https://github.com/OSC/puppet-module-openondemand/pull/58) ([treydock](https://github.com/treydock))
-
 ## [v2.2.0](https://github.com/osc/puppet-module-openondemand/tree/v2.2.0) (2021-06-03)
 
 [Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.1.0...v2.2.0)
diff --git a/metadata.json b/metadata.json
index f8434ed..614d6a8 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "osc-openondemand",
-  "version": "5.1.0",
+  "version": "5.2.0",
   "author": "osc",
   "summary": "Open OnDemand Puppet module",
   "license": "Apache-2.0",