Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 12, 2023
1 parent 50e6822 commit 241c403
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,49 @@
# Changelog

## [0.1.2](https://github.com/spotify/confidence-openfeature-provider-kotlin/compare/v0.1.2...0.1.2) (2023-10-12)


### 🐛 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))
* stop minification ([#87](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/87)) ([2b141d3](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/2b141d39dc859bbb92b61aabcbbc9f6e3125ce2a))


### ✨ New Features

* create release please manifest and config file and ci workflow ([#59](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/59)) ([e8df118](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/e8df118143c904e17d8b95c95f86ae62a920ed00))


### 🧹 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))
* Bump gradle wrapper to 8.2 ([6720bb8](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/6720bb8ee35a3572a0ec57312765a855b01cceae))
* **docs:** update readme to include the logic about context change ([#71](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/71)) ([b266dd5](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/b266dd5d0ab3f128ccc9b6bc15a53af56a4ce51e))
* **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))
* **main:** release 0.1.1 ([#86](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/86)) ([1354d91](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/1354d9155147e5f5be23ecc686e1809e49094a01))
* **main:** release 0.1.2 ([#88](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/88)) ([be1ce32](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/be1ce3222e38209bf0f0cdb218b2d4917948556e))
* **main:** release 0.1.2 ([#91](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/91)) ([50b72c8](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/50b72c87a253cee76adae09446b512bc3c7cc3f6))
* **main:** release 0.1.2 ([#92](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/92)) ([530f5f0](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/530f5f0ba3c573fde4b7eafc83a8921c96bc2121))
* manually release 0.1.1 ([305e7fa](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/305e7fa641b7624a4a50e4c38477e6e8020679ac))
* manually release 0.1.2 ([28c9b78](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/28c9b78e211fcdf167d0d8d542d100ee10d740fd))
* only Provider as part of release-please release ([#65](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/65)) ([5102f46](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/5102f46066f68ef5f4894f5e21fbbb4ded8baf1c))
* 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))
* update with release please markers ([#70](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/70)) ([079c1cb](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/079c1cb097ed3cdb22d00cceaa603b3dd2fa8921))


### 🚦 CI

* add -p on mkdir ([50e6822](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/50e68220e954a35242b601868b4608d9195f97ed))
* correct RP outputs ([14303c2](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/14303c2fb6b8df7e42fc06d93981dc5f9e8a9c23))


### 🔄 Refactoring

* minor fix with a param name ([#90](https://github.com/spotify/confidence-openfeature-provider-kotlin/issues/90)) ([4609f56](https://github.com/spotify/confidence-openfeature-provider-kotlin/commit/4609f56e0f1a545e74f21d4621f876762029616e))

## Changelog

0 comments on commit 241c403

Please sign in to comment.