diff --git a/.github/changelogs/0.12.0.md b/.github/changelogs/0.12.0.md deleted file mode 100644 index 6f5afa2..0000000 --- a/.github/changelogs/0.12.0.md +++ /dev/null @@ -1,7 +0,0 @@ -The mappings for account data and actual saves are now separated which triggered some other internal changes as well. - -### Added -* `Deobfuscate` and `Obfuscate` have new overloads with the new parameter `useAccount` - -### Changed -* The mappings for account data and actual saves are now separated diff --git a/.github/changelogs/0.12.1.md b/.github/changelogs/0.12.1.md new file mode 100644 index 0000000..b5ffe1c --- /dev/null +++ b/.github/changelogs/0.12.1.md @@ -0,0 +1,5 @@ +Just a small update to include the latest mapping. + +### Changed +* Bump *Octokit* from 10.0.0 to 13.0.1 +* Updated mapping to 5.01.0.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 093919f..af7c521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,22 @@ All notable changes to this project will be documented in this file. It uses the [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) principles and [Semantic Versioning](https://semver.org/) since 1.0.0. -## Unreleased (0.12.1) +## Unreleased ### Known Issues ### Added ### Changed -* Bump *Octokit* from 10.0.0 to 13.0.1 -* Updated mapping to 5.01.0.1 ### Deprecated ### Removed ### Fixed ### Security +## 0.12.1 (2024-07-21) + +### Changed +* Bump *Octokit* from 10.0.0 to 13.0.1 +* Updated mapping to 5.01.0.1 + ## 0.12.0 (2024-04-01) ### Added diff --git a/libNOM.map/libNOM.map.csproj b/libNOM.map/libNOM.map.csproj index 63e1609..5d4828e 100644 --- a/libNOM.map/libNOM.map.csproj +++ b/libNOM.map/libNOM.map.csproj @@ -51,7 +51,7 @@ - 0.12.0 + 0.12.1 cengelha Provides obfuscation and deobfuscation of save files from the game No Man's Sky. Copyright (c) Christian Engelhardt 2021