aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 0fac4bd246d99112da3f09a59d234d61c03cecb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## 0.5.0 (September 27, 2023)

IMPROVEMENTS:

* Add dual stack support. [[GH-9](https://github.com/blake/external-mdns/pull/9)]
* Add support for handling legacy unicast queries. [[GH-11](https://github.com/blake/external-mdns/pull/11)]

## 0.4.0 (October 17, 2021)

IMPROVEMENTS:

* refactor: use network/v1 api for ingress. [[GH-4](https://github.com/blake/external-mdns/pull/4)]

## 0.3.0 (May 11, 2021)

IMPROVEMENTS:

* feat: add option to publish entries without namespace. [[GH-2](https://github.com/blake/external-mdns/pull/2)]

## 0.2.0 (Aug 30, 2020)

BUG FIXES:

Fix records not being removed on deletion. [[9bb025d](https://github.com/blake/external-mdns/commit/9bb025d49291164c64ab13ee97021fc63d221468)]

## 0.1.0 (Aug 8, 2020)

Initial release.