Skip to content

Commit

Permalink
Bump version to 1.9.1 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols committed Jul 12, 2024
1 parent 26a62e4 commit 99248c1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .sealog/changes/1-9-1.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{:version {:major 1
:minor 9
:patch 1}
:version-type :semver3
:changes {:added []
:changed []
:deprecated []
:removed []
:fixed ["Fixed Project URL to point to Wall Brew's GitHub."]
:security []}
:timestamp "2024-07-12T17:25:32.736064Z"}
6 changes: 6 additions & 0 deletions 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

* [1.9.1 - 2024-07-12](#191---2024-07-12)
* [1.9.0 - 2024-03-12](#190---2024-03-12)
* [1.8.1 - 2024-03-10](#181---2024-03-10)
* [1.8.0 - 2023-02-11](#180---2023-02-11)
Expand All @@ -22,6 +23,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* [1.1.0 - 2020-12-14](#110---2020-12-14)
* [1.0.0 - 2020-12-12](#100---2020-12-12)

## 1.9.1 - 2024-07-12

* Fixed
* Fixed Project URL to point to Wall Brew's GitHub.

## 1.9.0 - 2024-03-12

* Changed
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>clj-xml</artifactId>
<packaging>jar</packaging>
<version>1.9.0</version>
<version>1.9.1</version>
<name>clj-xml</name>
<description>The missing link between clj and xml</description>
<url>https://github.com/Wall-Brew-Co/clj-xml</url>
Expand All @@ -20,7 +20,7 @@
<url>https://github.com/Wall-Brew-Co/clj-xml</url>
<connection>scm:git:git://github.com/Wall-Brew-Co/clj-xml.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Wall-Brew-Co/clj-xml.git</developerConnection>
<tag>6fef3d3cc034286fbfaa9326ef79be3f78c20620</tag>
<tag>26a62e4e4997482fafb1652ef189b07c022be9f8</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/clj-xml "1.9.0"
(defproject com.wallbrew/clj-xml "1.9.1"
:description "The missing link between clj and xml"
:url "https://github.com/Wall-Brew-Co/clj-xml"
:license {:name "MIT"
Expand Down

0 comments on commit 99248c1

Please sign in to comment.