Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
mereacre committed Jan 16, 2024
1 parent 1712a5f commit 2fc51bc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [0.2.3] - 2024-1-16

### 🚀 Features

* Added BRSKI tool port and address

#### voucher

#### Build

### Changed

#### voucher

**The voucher ABI has breaking changes**.

## [0.2.2] - 2024-1-14

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0) # required for FindSQLite3
cmake_policy(VERSION 3.14.0...3.24.0)

project(BRSKI
VERSION 0.2.2
VERSION 0.2.3
HOMEPAGE_URL "https://github.com/nqminds/brski"
DESCRIPTION "Bootstrapping Remote Secure Key Infrastructure (BRSKI)"
LANGUAGES C CXX
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
brski (0.2.2) UNRELEASED; urgency=low
brski (0.2.3) UNRELEASED; urgency=low

* Initial release

Expand Down

0 comments on commit 2fc51bc

Please sign in to comment.