Skip to content

Commit b8a28f7

Browse files
committed
update changelog and version
1 parent ba903aa commit b8a28f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 20)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
44
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
55

6-
project(argon VERSION 1.4.5)
6+
project(argon VERSION 1.4.6)
77

88
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS
99
src/*.cpp

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.4.6
2+
3+
* Fix use after free bug that caused auth failures
4+
15
# 1.4.5
26

37
* Actually fix early load crashing on MacOS (I even tested!)

0 commit comments

Comments
 (0)