From 29df1238800af0b037021e01582684f734d63b2e Mon Sep 17 00:00:00 2001 From: technicaluserx Date: Sat, 21 Oct 2023 15:37:25 +0300 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 3 +++ makefile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7662dd3..7c54691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0 + - Initial stable release. + # 1.0.0-beta.26 - CI/CD fix. diff --git a/makefile b/makefile index a36b32d..f55a7ee 100644 --- a/makefile +++ b/makefile @@ -8,10 +8,10 @@ PROJECT=proximoth VERSION_MAJOR=1 VERSION_MINOR=0 VERSION_PATCH=0 -VERSION_RELEASE=beta.26 +VERSION_RELEASE=stable # Date -DATE=15/10/2023 +DATE=21/10/2023 ifneq ("${VERSION_RELEASE}","stable") VERSION=${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_RELEASE}