diff --git a/Provider/CHANGELOG.md b/Provider/CHANGELOG.md index 8b4e5d11..ca191737 100644 --- a/Provider/CHANGELOG.md +++ b/Provider/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.1.1](https://github.com/spotify/confidence-openfeature-provider-kotlin/compare/v0.1.1...0.1.1) (2023-10-11) + + +### ๐Ÿ› Bug Fixes + +* add pom declaration to maven publication ([#81](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/81)) ([34e2f63](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/34e2f6366a0932f4a0e5cc3d45aaa5a5f92144d9)) +* do not fail network deserialization on unknown fields ([#79](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/79)) ([a939aac](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/a939aac4d18ea296423829e1f6a914ec15982bf6)) +* Move apply cache into disk storage ([#80](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/80)) ([5b67fd8](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/5b67fd86cc7a1accf36cc001a23330368de9f0bd)) +* On context change ([#69](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/69)) ([0904cd6](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/0904cd6205312cab822b0eb8ecc39e64923a534e)) + + +### ๐Ÿงน Chore + +* artifact update android instead of kotlin ([#73](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/73)) ([b41f750](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/b41f750e4ad91823e8d3399a450c19ce1c2a841e)) +* **main:** release 0.1.1 ([#64](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/64)) ([5837aa7](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/5837aa730aff7983f238a247f77f9dbff2eb59fa)) +* **main:** release 0.1.1 ([#83](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/83)) ([3c09925](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/3c09925018d8b13e512c988392de0e85d7b9c5da)) +* manually release 0.1.1 ([305e7fa](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/305e7fa641b7624a4a50e4c38477e6e8020679ac)) +* rename package structure and artifact id ([#72](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/72)) ([421782a](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/421782a2b5c62b15a8b29e38e1ad29bac035b4a8)) +* update to use openfeature sdk dependency ([#56](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/56)) ([856f40f](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/856f40f796ec6cbba7ee477c3d54aa40333d5026)) + ## [0.1.1](https://github.com/spotify/confidence-openfeature-provider-kotlin/compare/0.1.1...0.1.1) (2023-10-11)