Skip to content

Commit

Permalink
Release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Aug 29, 2023
1 parent 88b7315 commit 067ea06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -23,7 +23,7 @@ plugins {
application
}

version = "2.8.0"
version = "2.8.1"

val javaVersion = JavaVersion.VERSION_11

Expand Down
13 changes: 9 additions & 4 deletions src/docs/asciidoc/_changelog.adoc
Expand Up @@ -6,15 +6,20 @@ ifdef::sectnums[]
endif::[]
:sectnums!:

== 2.7.1
== 2.8.1

* Update dependencies
* Add option to authenticate using GitLab access tokens
* Do not authenticate users by access token if they enter wrong username
* Update snakeyaml to 2.2

== 2.8.0

* Update dependencies
* Experimental string interning feature
* Experimental string interning feature

== 2.7.1

* Update dependencies
* Add option to authenticate using GitLab access tokens

== 2.6.0

Expand Down

0 comments on commit 067ea06

Please sign in to comment.