Skip to content

Commit

Permalink
Leave changelog note regarding recent clojure CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols committed Mar 11, 2024
1 parent 0c12a15 commit c1be825
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .sealog/changes/2-0-1.edn
Original file line number Diff line number Diff line change
@@ -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"}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.wallbrew</groupId>
<artifactId>brewtility</artifactId>
<packaging>jar</packaging>
<version>2.0.0</version>
<version>2.0.1</version>
<name>brewtility</name>
<description>Utility functions for all of your brewing needs.</description>
<url>https://github.com/Wall-Brew-Co/brewtility</url>
Expand All @@ -20,7 +20,7 @@
<url>https://github.com/Wall-Brew-Co/brewtility</url>
<connection>scm:git:git://github.com/Wall-Brew-Co/brewtility.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Wall-Brew-Co/brewtility.git</developerConnection>
<tag>1e9b875c50a61b04b3711da1cee211f836ab8662</tag>
<tag>0c12a150d6a7e185d1d1887bc8580aecf44dadf6</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c1be825

Please sign in to comment.