diff --git a/.sealog/changes/2-0-1.edn b/.sealog/changes/2-0-1.edn new file mode 100644 index 0000000..cdb4152 --- /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 4f1e9b5..49ac9e7 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 3825b13..28aa715 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 322b22c..3a45f00 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 f25406b..e64abb7 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 ac3e848..952594d 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"