diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a6df76..d087e82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ 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).
+## [2.17.1] - 2023-04-25
+### Fixed
+- ELF: fix for `SHN_LORESERVE` edge case.
+
## [2.17] - 2023-04-03
### Added
- MachO: Added a command to parse LC_UUID and ability to get the UUID.
diff --git a/ELFSharp/ELFSharp.csproj b/ELFSharp/ELFSharp.csproj
index e62c211..dfbe763 100644
--- a/ELFSharp/ELFSharp.csproj
+++ b/ELFSharp/ELFSharp.csproj
@@ -4,12 +4,12 @@
netstandard2.0
True
sgKey.snk
- 2.17.0.0
+ 2.17.1.0
2.0
- Konrad Kruczyński, Piotr Zierhoffer, Łukasz Kucharski, Bastian Eicher, Cameron, Everett Maus, Fox, Reuben Olinsky, Connor Christie, Rollrat, Ulysses Wu, Cédric Luthi, Yong Yan, Filip Navara, Dedmen Miller, Murat Ocaktürk, Grivus
+ Konrad Kruczyński, Piotr Zierhoffer, Łukasz Kucharski, Bastian Eicher, Cameron, Everett Maus, Fox, Reuben Olinsky, Connor Christie, Rollrat, Ulysses Wu, Cédric Luthi, Yong Yan, Filip Navara, Dedmen Miller, Murat Ocaktürk, Grivus, Alex E.
Konrad Kruczyński
http://elfsharp.it/
- Added a command to parse LC_UUID and ability to get the UUID. Detailed changelog available at: https://github.com/konrad-kruczynski/elfsharp/blob/master/CHANGELOG.md
+ Fixed edge case related to SHN_LORESERVE. Detailed changelog available at: https://github.com/konrad-kruczynski/elfsharp/blob/master/CHANGELOG.md
C# library for reading binary ELF, UImage, Mach-O files
ELF UImage Mach-O
ELFSharp
diff --git a/README.md b/README.md
index ffd4098..0ee78ed 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ Contributors (in the order of the first contribution)
* Jerker Olofsson
* Murat Ocaktürk
* Grivus
+* Alex E.
## License
You can find license in the LICENSE file.
diff --git a/Tests/Binaries b/Tests/Binaries
index 5995ccd..0a002df 160000
--- a/Tests/Binaries
+++ b/Tests/Binaries
@@ -1 +1 @@
-Subproject commit 5995ccd883fa34c9b2019f999908c85abab2b567
+Subproject commit 0a002dfc12e706695d1dc1cc11ec7728b109afe1