Skip to content

Commit 96f4ebd

Browse files
authored
Merge pull request #504 from gabsuren/mdns_1.2.4
bump(mdns): 1.2.3 -> 1.2.4
2 parents 891384c + 247ca41 commit 96f4ebd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

components/mdns/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(mdns): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py mdns
55
tag_format: mdns-v$version
6-
version: 1.2.3
6+
version: 1.2.4
77
version_files:
88
- idf_component.yml

components/mdns/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.4](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.4)
4+
5+
### Bug Fixes
6+
7+
- Correction on 6d2c475 MDNS_PREDEF_NETIF_ETH fix ([fc59f87c4e](https://github.com/espressif/esp-protocols/commit/fc59f87c4e))
8+
- fix the logic of creating pcb for networking socket ([5000a9a20a](https://github.com/espressif/esp-protocols/commit/5000a9a20a))
9+
- fix compiling issue when disabling IPv4 ([2646dcd23a](https://github.com/espressif/esp-protocols/commit/2646dcd23a))
10+
- Fix compile error when MDNS_PREDEF_NETIF_ETH is defined, but ETH_ENABLED is not (#459) ([6d2c475c20](https://github.com/espressif/esp-protocols/commit/6d2c475c20))
11+
312
## [1.2.3](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.3)
413

514
### Bug Fixes

components/mdns/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.2.3"
1+
version: "1.2.4"
22
description: mDNS
33
url: https://github.com/espressif/esp-protocols/tree/master/components/mdns
44
dependencies:

0 commit comments

Comments
 (0)