From 0ab91b94fdf3c09e23309a9c1a3aed812c86a1eb Mon Sep 17 00:00:00 2001 From: Nick A Nichols Date: Sun, 10 Mar 2024 18:30:21 -0500 Subject: [PATCH] Leave changelog note regarding recent clojure CVE (#104) --- .sealog/changes/1-3-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/1-3-1.edn diff --git a/.sealog/changes/1-3-1.edn b/.sealog/changes/1-3-1.edn new file mode 100644 index 0000000..911510e --- /dev/null +++ b/.sealog/changes/1-3-1.edn @@ -0,0 +1,11 @@ +{:version {:major 1 + :minor 3 + :patch 1} + :version-type :semver3 + :changes {:added [] + :changed ["Bumped `org.clojure/clojure` to `1.11.2`. Note: Addressing `CVE-2024-22871` / `GHSA-vr64-r9qj-h27f` requires consumers to upgrade to this version."] + :deprecated [] + :removed [] + :fixed [] + :security []} + :timestamp "2024-03-10T23:26:45.849088400Z"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c5d79..aecf066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Table of Contents +* [1.3.1 - 2024-03-10](#131---2024-03-10) * [1.3.0 - 2023-03-09](#130---2023-03-09) * [1.2.0 - 2023-02-10](#120---2023-02-10) * [1.1.0 - 2023-02-09](#110---2023-02-09) * [1.0.0 - 2022-07-09](#100---2022-07-09) +## 1.3.1 - 2024-03-10 + +* Changed + * Bumped `org.clojure/clojure` to `1.11.2`. Note: Addressing `CVE-2024-22871` / `GHSA-vr64-r9qj-h27f` requires consumers to upgrade to this version. + ## 1.3.0 - 2023-03-09 * Added @@ -35,5 +41,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 854e11d..e0d3e75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "common-beer-data", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "common-beer-data", - "version": "1.3.0", + "version": "1.3.1", "license": "ISC", "devDependencies": { "karma": "^6.3.16", diff --git a/package.json b/package.json index fa05115..e70eb4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-beer-data", - "version": "1.3.0", + "version": "1.3.1", "description": "An implementation of the BeerXML spec in multiple formats.", "main": "index.js", "directories": { diff --git a/pom.xml b/pom.xml index 4e9e8c4..2334155 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wallbrew common-beer-data jar - 1.3.0 + 1.3.1 common-beer-data A repository of common-beer-format data. https://github.com/Wall-Brew-Co/common-beer-data @@ -20,7 +20,7 @@ https://github.com/Wall-Brew-Co/common-beer-data scm:git:git://github.com/Wall-Brew-Co/common-beer-data.git scm:git:ssh://git@github.com/Wall-Brew-Co/common-beer-data.git - 9a7ae19e321aacd5563635b62414f0bae9414a24 + 96d89bcc37e767852fcbc96efe5563933ad8dd9f src diff --git a/project.clj b/project.clj index 49a0cd2..ba52b17 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.wallbrew/common-beer-data "1.3.0" +(defproject com.wallbrew/common-beer-data "1.3.1" :description "A repository of common-beer-format data." :url "https://github.com/Wall-Brew-Co/common-beer-data" :license {:name "MIT"