From c1be82524263759fbaa55e913bfaa428602da0a2 Mon Sep 17 00:00:00 2001 From: Nick Nichols Date: Mon, 11 Mar 2024 13:08:18 +0000 Subject: [PATCH] Leave changelog note regarding recent clojure CVE --- .sealog/changes/2-0-1.edn | 11 +++++++++++ CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- pom.xml | 4 ++-- project.clj | 2 +- 6 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 .sealog/changes/2-0-1.edn diff --git a/.sealog/changes/2-0-1.edn b/.sealog/changes/2-0-1.edn new file mode 100644 index 00000000..cdb4152f --- /dev/null +++ b/.sealog/changes/2-0-1.edn @@ -0,0 +1,11 @@ +{:version {:major 2 + :minor 0 + :patch 1} + :version-type :semver3 + :changes {:added [] + :changed [] + :deprecated [] + :removed [] + :fixed [] + :security ["Bumped `org.clojure/clojure` to `1.11.2`. Note: Addressing `CVE-2024-22871` / `GHSA-vr64-r9qj-h27f` requires consumers to upgrade to this version."]} + :timestamp "2024-03-11T13:06:25.425290100Z"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1e9b50..49ac9e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Table of Contents +* [2.0.1 - 2024-03-11](#201---2024-03-11) * [2.0.0 - 2023-06-11](#200---2023-06-11) * [1.5.0 - 2023-02-13](#150---2023-02-13) * [1.4.0 - 2023-02-12](#140---2023-02-12) @@ -14,6 +15,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * [1.1.0 - 2020-08-15](#110---2020-08-15) * [1.0.0 - 2020-07-19](#100---2020-07-19) +## 2.0.1 - 2024-03-11 + +* Security + * Bumped `org.clojure/clojure` to `1.11.2`. Note: Addressing `CVE-2024-22871` / `GHSA-vr64-r9qj-h27f` requires consumers to upgrade to this version. + ## 2.0.0 - 2023-06-11 * Added @@ -73,5 +79,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Source -This change log was generated by [sealog.](https://github.com/Wall-Brew-Co/lein-sealog) +This changelog was generated by [sealog.](https://github.com/Wall-Brew-Co/lein-sealog) Please do not edit it directly. Instead, edit the source data files and regenerate this file. diff --git a/package-lock.json b/package-lock.json index 3825b13f..28aa715d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "brewtility", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "brewtility", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "karma": "^6.3.16", diff --git a/package.json b/package.json index 322b22c6..3a45f002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brewtility", - "version": "2.0.0", + "version": "2.0.1", "description": "Utility functions for all of your brewing needs.", "main": "index.js", "directories": { diff --git a/pom.xml b/pom.xml index f25406b1..e64abb79 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wallbrew brewtility jar - 2.0.0 + 2.0.1 brewtility Utility functions for all of your brewing needs. https://github.com/Wall-Brew-Co/brewtility @@ -20,7 +20,7 @@ https://github.com/Wall-Brew-Co/brewtility scm:git:git://github.com/Wall-Brew-Co/brewtility.git scm:git:ssh://git@github.com/Wall-Brew-Co/brewtility.git - 1e9b875c50a61b04b3711da1cee211f836ab8662 + 0c12a150d6a7e185d1d1887bc8580aecf44dadf6 src diff --git a/project.clj b/project.clj index ac3e8481..952594d7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.wallbrew/brewtility "2.0.0" +(defproject com.wallbrew/brewtility "2.0.1" :description "Utility functions for all of your brewing needs." :url "https://github.com/Wall-Brew-Co/brewtility" :license {:name "MIT"