Skip to content

Commit 1282bab

Browse files
authored
docs: update supported spec version (#269)
Signed-off-by: Federico Bond <[email protected]>
1 parent caa7f36 commit 1282bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<!-- The 'github-badges' class is used in the docs -->
1414
<p align="center" class="github-badges">
1515

16-
<a href="https://github.com/open-feature/spec/releases/tag/v0.3.0">
17-
<img alt="Specification" src="https://img.shields.io/static/v1?label=Specification&message=v0.3.0&color=red&style=for-the-badge" />
16+
<a href="https://github.com/open-feature/spec/releases/tag/v0.5.2">
17+
<img alt="Specification" src="https://img.shields.io/static/v1?label=Specification&message=v0.5.2&color=red&style=for-the-badge" />
1818
</a>
1919

2020
<!-- x-release-please-start-version -->
@@ -104,7 +104,7 @@ print("Value: " + str(flag_value))
104104
|| [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. |
105105
|| [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). |
106106
|| [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
107-
| | [Logging](#logging) | Integrate with popular logging packages. |
107+
| | [Logging](#logging) | Integrate with popular logging packages. |
108108
|| [Named clients](#named-clients) | Utilize multiple providers in a single application. |
109109
|| [Eventing](#eventing) | React to state changes in the provider or flag management system. |
110110
|| [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |

0 commit comments

Comments
 (0)