Skip to content

Commit

Permalink
Leave changelog note regarding recent clojure CVE (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols authored Mar 10, 2024
1 parent 96d89bc commit 0ab91b9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .sealog/changes/1-3-1.edn
Original file line number Diff line number Diff line change
@@ -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"}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
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": "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": {
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>common-beer-data</artifactId>
<packaging>jar</packaging>
<version>1.3.0</version>
<version>1.3.1</version>
<name>common-beer-data</name>
<description>A repository of common-beer-format data.</description>
<url>https://github.com/Wall-Brew-Co/common-beer-data</url>
Expand All @@ -20,7 +20,7 @@
<url>https://github.com/Wall-Brew-Co/common-beer-data</url>
<connection>scm:git:git://github.com/Wall-Brew-Co/common-beer-data.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Wall-Brew-Co/common-beer-data.git</developerConnection>
<tag>9a7ae19e321aacd5563635b62414f0bae9414a24</tag>
<tag>96d89bcc37e767852fcbc96efe5563933ad8dd9f</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/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"
Expand Down

0 comments on commit 0ab91b9

Please sign in to comment.