Skip to content

Commit

Permalink
Bump version to v1.0.5 (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertschaedler3 committed Jan 30, 2023
1 parent bb5a3bf commit e1da284
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.2)

set(MAJOR_VERSION "1" CACHE STRING "Major version")
set(MINOR_VERSION "0" CACHE STRING "Minor version")
set(PATCH_VERSION "4" CACHE STRING "Patch version")
set(PATCH_VERSION "5" CACHE STRING "Patch version")

option(BUILD_AGENTS "Build OSConfig PnP Agent" ON)
option(BUILD_MODULES "Build OSConfig Modules" ON)
Expand Down
8 changes: 8 additions & 0 deletions src/cmake/templates/osconfig.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ rm /etc/aziot/identityd/config.d/osconfig.toml >/dev/null || true
/usr/lib/osconfig/ztsi.so

% changelog
* Fri Jan 27 2023 OSConfig Core Team <osconfigcore@microsoft.com> 1.0.5.20230127
- Documentation updates
- Moduletest fixes and refactoring
- Pipeline bug fixes and updates
- Debian 10 and 11 support
- Drop tracelogging
- Expanded CommonUtils
- Misc. module bug fixes
* Fri Sept 30 2022 OSConfig Core Team <osconfigcore@microsoft.com> 1.0.4.20220930
- DTMI model moved to this repo
- Support for MIM enumerations of strings
Expand Down

0 comments on commit e1da284

Please sign in to comment.