Skip to content

Commit 400cec4

Browse files
committed
chore: 4.6.1
Signed-off-by: Daniel Kesselberg <[email protected]>
1 parent d21ee3d commit 400cec4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 4.6.1
9+
### Fixed
10+
- Signing in as an authenticated user through the endpoint for unauthenticated users is no longer possible
11+
812
## 4.6.0
913
### Changed
1014
- Updated dependencies

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description><![CDATA[Requires users to accept the terms of service before accessing data.
1212
This product includes GeoLite2 data created by MaxMind, available from [maxmind.com](http://www.maxmind.com)]]></description>
1313

14-
<version>4.6.0</version>
14+
<version>4.6.1</version>
1515
<licence>agpl</licence>
1616
<author>Joas Schilling</author>
1717

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terms_of_service",
33
"description": "Requires users to accept the terms of service before accessing data.",
4-
"version": "4.6.0",
4+
"version": "4.6.1",
55
"author": "Joas Schilling <[email protected]>",
66
"license": "AGPL-3.0-or-later",
77
"private": true,

0 commit comments

Comments
 (0)