From 01350b7ad4dc455f6a45d8e1a4ae6a2ad60097a1 Mon Sep 17 00:00:00 2001 From: Devon Bautista Date: Thu, 25 Jul 2024 18:10:24 -0600 Subject: [PATCH] CHANGELOG.md: Update for v1.31.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db9e4f2..9fb5cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.31.0] - 2024-07-25 + +- Added CheckMacs() to BootParams struct to check MAC address format on POST/PUT/PATCH + ## [1.30.7] - 2024-07-17 - Fixed incorrect error returned from fetchPublicKey()