From 8a39bd2c48887409877929569f9f886416366ba8 Mon Sep 17 00:00:00 2001 From: Randy Goodman Date: Mon, 20 Mar 2023 19:27:55 -0400 Subject: [PATCH] v0.9.0 (#376) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458e3a8e8..d7ba16682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ 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). -## [Unreleased] +## [v0.9.0] - 2023-03-30 + +### Fixed +- Upgrade to V8 11.1.277.13 + +## [v0.8.0] - 2023-01-19 ### Added - Added support for Value.release() and FunctionCallbackInfo.release(). This is useful when using v8go in a long-running context.