From ea03a1c946a6401d53c04ad3f7c24b00bb3b938d Mon Sep 17 00:00:00 2001
From: Ryan Kowalewski <rk725@cam.ac.uk>
Date: Thu, 16 May 2024 09:19:59 +0100
Subject: [PATCH] chore: update changelog

---
 CHANGELOG.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35a2358..ef57d18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [4.1.0] - 2024-05-16
+
+### Added
+
+- A generic `get-gcp-secrets` fragment to retrieve one or more Google Secret
+  Manager secrets in a CI job.
+
 ## [4.0.0] - 2024-04-05
 
 ### Changed
-- 
GitLab