Skip to content

Commit

Permalink
Leave changelog note regarding recent clojure CVE (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols authored Mar 10, 2024
1 parent fb94bf3 commit 2e9d3d3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .sealog/changes/1-1-2.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{:version {:major 1
:minor 1
:patch 2}
: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:32:59.157158300Z"}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Table of Contents

* [1.1.2 - 2024-03-10](#112---2024-03-10)
* [1.1.1 - 2023-05-26](#111---2023-05-26)
* [1.1.0 - 2020-12-07](#110---2020-12-07)
* [1.0.0 - 2020-12-01](#100---2020-12-01)

## 1.1.2 - 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.1.1 - 2023-05-26

* Fixed
Expand All @@ -27,5 +33,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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.wallbrew</groupId>
<artifactId>keg</artifactId>
<packaging>jar</packaging>
<version>1.1.1</version>
<version>1.1.2</version>
<name>keg</name>
<description>A Clojure library built to tap functions to pour runtime data</description>
<url>https://github.com/Wall-Brew-Co/keg</url>
Expand All @@ -20,7 +20,7 @@
<url>https://github.com/Wall-Brew-Co/keg</url>
<connection>scm:git:git://github.com/Wall-Brew-Co/keg.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Wall-Brew-Co/keg.git</developerConnection>
<tag>0e0ab798a0d25fbe55fa4e73c9574179afa11354</tag>
<tag>fb94bf3fd817055f8f03e001a8f53a0656b2318e</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/keg "1.1.1"
(defproject com.wallbrew/keg "1.1.2"
:description "A Clojure library built to tap functions to pour runtime data"
:url "https://github.com/Wall-Brew-Co/keg"
:license {:name "MIT"
Expand Down

0 comments on commit 2e9d3d3

Please sign in to comment.