Compare commits

...

2 Commits

Author SHA1 Message Date
480e2da23e docs: update changelog and header for version v2.0.0-beta3
All checks were successful
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m13s
2025-08-29 18:44:33 +02:00
ba22602767 docs: update platformio.ini for beta version v2.0.0-beta3 2025-08-29 18:44:33 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## [2.0.0-beta3] - 2025-08-29
### Changed
- update platformio.ini for beta version v2.0.0-beta3
- update createVendor and checkVendor functions to accept JsonDocument payload
## [2.0.0-beta2] - 2025-08-29 ## [2.0.0-beta2] - 2025-08-29
### Added ### Added
- add Manufacturer Tags support documentation in German and English - add Manufacturer Tags support documentation in German and English

View File

@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "2.0.0-beta2" version = "2.0.0-beta3"
to_old_version = "2.0.0" to_old_version = "2.0.0"
## ##