From 0aae85fc4c6663af1fa730faebd23667acf6c8d6 Mon Sep 17 00:00:00 2001 From: ProtoTess <32490978+0x524A@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:24:17 +0000 Subject: [PATCH] fix: update CHANGELOG.md to use onvif-go for complete consistency --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3c04c..1306ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Comprehensive test coverage for localhost URL handling (10 test cases) - New example: `examples/simplified-endpoint/` demonstrating all endpoint formats - Documentation: `docs/PROJECT_STRUCTURE.md` explaining project organization -- Initial release of go-onvif library +- Initial release of onvif-go library ### Changed - **Project Structure**: Implemented ideal Go project layout