We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba903aa commit b8a28f7Copy full SHA for b8a28f7
CMakeLists.txt
@@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 20)
3
set(CMAKE_CXX_STANDARD_REQUIRED ON)
4
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
5
6
-project(argon VERSION 1.4.5)
+project(argon VERSION 1.4.6)
7
8
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS
9
src/*.cpp
changelog.md
@@ -1,3 +1,7 @@
1
+# 1.4.6
2
+
+* Fix use after free bug that caused auth failures
# 1.4.5
* Actually fix early load crashing on MacOS (I even tested!)
0 commit comments