Skip to content

Commit

Permalink
Release: v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Sep 5, 2023
1 parent f828a81 commit 6e06254
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v1.9.1

## v1.9.0

- In certain situations the server will abort its pending sent requests to avoid
Expand Down
4 changes: 2 additions & 2 deletions pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by org.clojure/tools.build
# Tue Sep 05 19:38:28 BRT 2023
version=1.9.0
# Tue Sep 05 19:41:48 BRT 2023
version=1.9.1
groupId=com.github.clojure-lsp
artifactId=lsp4clj
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>com.github.clojure-lsp</groupId>
<artifactId>lsp4clj</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
<name>lsp4clj</name>
<licenses>
<license>
Expand Down Expand Up @@ -58,6 +58,6 @@
<url>https://github.com/clojure-lsp/lsp4clj</url>
<connection>scm:git:git://github.com/clojure-lsp/lsp4clj.git</connection>
<developerConnection>scm:git:ssh://git@github.com/clojure-lsp/lsp4clj.git</developerConnection>
<tag>v1.9.0</tag>
<tag>v1.9.1</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion resources/LSP4CLJ_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.1

0 comments on commit 6e06254

Please sign in to comment.