Skip to content

Commit

Permalink
Updated version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceu committed Feb 7, 2024
1 parent 839de59 commit a08cd2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/gokapi/Main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

// versionGokapi is the current version in readable form.
// Other version numbers can be modified in /build/go-generate/updateVersionNumbers.go
const versionGokapi = "1.8.0"
const versionGokapi = "1.8.1"

// The following calls update the version numbers, update documentation, minify Js/CSS and build the WASM modules
//go:generate go run "../../build/go-generate/updateVersionNumbers.go"
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Changelog
Overview of all Changes
-----------------------

v1.8.1: 7 Feb 2024
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Reworked OIDC authentication, added support for Groups, use consent instead of selec_account, better error handling
* Added wildcard support for OIDC groups and users
* Fixed crash on client timeout #125
* Added /auth/create API endpoint for creating API keys
* Minor changes and fixes


v1.8.0: 9 Dec 2023
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Changed Database to Sqlite3
Expand Down
2 changes: 1 addition & 1 deletion internal/webserver/web/templates/string_constants.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Change these for rebranding
{{define "version"}}1.8.0{{end}}
{{define "version"}}1.8.1{{end}}

// Specifies the version of JS files, so that the browser doesn't
// use a cached version, if the file has been updated
Expand Down

0 comments on commit a08cd2e

Please sign in to comment.