From 45c361a50af22b3d36010d3d9193ef6d98bd015d Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:03:54 +0000 Subject: [PATCH] v0.0.39 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a31fb62..0b1aca5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Enable NFT_COMPAT in the kernel for nf_tables + hash: 2677463ea2ee104aac59242807f4e957c45daa0b + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 0.0.39 + title: "" + date: 2024-02-26T19:03:51.050Z - commits: - subject: Test mounting an nfs share hash: 0dabf12e7be3acb0f099651143ba0fed23ab1904 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b20435..ea2de04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v0.0.39 +## (2024-02-26) + +* Enable NFT_COMPAT in the kernel for nf_tables [Kyle Harding] + # v0.0.38 ## (2024-02-20) diff --git a/VERSION b/VERSION index 311e80e..1ceb3b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.38 \ No newline at end of file +0.0.39 \ No newline at end of file