From 536ce3637cef2e28acbfafea144ab37454dd0ec8 Mon Sep 17 00:00:00 2001 From: Victor Fusco Date: Thu, 14 Jul 2022 17:27:12 -0300 Subject: [PATCH] Update CHANGELOG.md --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bd728cd1..5b306fb81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ env: TEST_VERSION: v0.18.0 GROUND_TRUTH_VERSION: v0.18.0-0001 BUILD_CACHE_VERSION: v0.9.0-0001 - SERVER_MANAGER_VERSION: 0.3.0 + SERVER_MANAGER_VERSION: 0.3.1 jobs: build: name: Build diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d0cc207..430c1ab81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [0.10.1] - 2022-07-14 ### Fixed - Fix Lua bind of static methods for remote machines