Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Aug 16, 2022
1 parent b31adba commit 45a2f58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "http://example.com/example.json",
"$id": "https://version.goauthentik.io/schema.json",
"type": "object",
"title": "The root schema",
"description": "The root schema comprises the entire JSON document.",
"default": {},
"examples": [
{
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://version.goauthentik.io/schema.json",
"stable": {
"version": "2022.7.3",
"changelog": "See https://goauthentik.io/docs/releases/2022.7#fixed-in-202273",
"reason": "bugfix"
"version": "2022.8.1",
"changelog": "See https://goauthentik.io/docs/releases/2022.8",
"reason": "feature"
}
}

0 comments on commit 45a2f58

Please sign in to comment.