Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [1.2.0](https://github.com/aharshac/EasyNTPClient/compare/1.1.0...v1.2.0) (2026-05-10)


### Features

* Add agent guide ([d66ccd4](https://github.com/aharshac/EasyNTPClient/commit/d66ccd467c150831e0c3d50cfa99e060da58a8e9))
* add comprehensive multi-platform test suite ([#15](https://github.com/aharshac/EasyNTPClient/issues/15)) ([4436452](https://github.com/aharshac/EasyNTPClient/commit/4436452bb7bfd32791360ad37bed7df696261e71))
* runtime-configurable update interval and NTP server switching ([#14](https://github.com/aharshac/EasyNTPClient/issues/14)) ([8ce01f3](https://github.com/aharshac/EasyNTPClient/commit/8ce01f35140de5ad206bd23be1112c9f10ae74ee))
* Update readme ([54d4c72](https://github.com/aharshac/EasyNTPClient/commit/54d4c7250d661d75b4f20ed9aee2e6cc630496ce))


### Bug Fixes

* add NTP constants, change mUpdateInterval type ([#11](https://github.com/aharshac/EasyNTPClient/issues/11)) ([802fdd8](https://github.com/aharshac/EasyNTPClient/commit/802fdd8da93945051ea9209e4d4a4c848acffebc))
* NTP packet correctness and UDP socket lifecycle ([#12](https://github.com/aharshac/EasyNTPClient/issues/12)) ([34d8145](https://github.com/aharshac/EasyNTPClient/commit/34d81454c13322a1e45da7e35a5d1ea6a3df7337))
* time offset decoupling and sync resilience ([#13](https://github.com/aharshac/EasyNTPClient/issues/13)) ([0c75a27](https://github.com/aharshac/EasyNTPClient/commit/0c75a2734d0d10259f37511c755c5d8a0f418e2d))
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/aharshac/EasyNTPClient"
},
"version": "1.1.0",
"version": "1.2.0",
"authors": {
"name": "Harsha Alva",
"url": "https://alvaharsha.me"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=EasyNTPClient
# x-release-please-start-version
version=1.1.0
version=1.2.0
# x-release-please-end
author=Harsha Alva
maintainer=Harsha Alva <aharshac@gmail.com>
Expand Down
Loading