diff --git a/CHANGELOG.md b/CHANGELOG.md index 2484be9..a5ac4e5 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.1.2] +## [2.0.0] - Ongoing This update introduces some additional features & bug fixes @@ -17,6 +17,7 @@ This update introduces some additional features & bug fixes - Set default log level to 'info' in Utilities. instead of using `null` due to deprecation error + ## [1.1.1] - 2024-10-13 Update build system diff --git a/project.json b/project.json index 0b6d155..5977e38 100644 --- a/project.json +++ b/project.json @@ -20,7 +20,7 @@ "package": "net.nosial.loglib", "company": "Nosial", "copyright": "Copyright (c) 2022-2023 Nosial", - "version": "1.1.2", + "version": "2.0.0", "uuid": "de1deca6-7b65-11ed-a8b0-a172264634d8" }, "build": {