From 34e3b13dfe69ff577c028121fb3322c5ad6c9418 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 29 Jun 2023 15:39:47 -0400 Subject: [PATCH] Updated CHANGELOG.md --- .idea/inspectionProfiles/Project_Default.xml | 3 +++ CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index ea8af9c..a854623 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -19,6 +19,9 @@ diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a9548..39566ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.0.2] - Unreleased +## [1.0.2] - 2023-06-29 ### Fixed - Fixed issue where error states are not properly handled in `ExecutionPointerManager` issue [#44](https://git.n64.cc/nosial/ncc/-/issues/44)