From 20ecee13e0a1d3df77624229c307836772d0c874 Mon Sep 17 00:00:00 2001 From: Philip Conrad Date: Tue, 7 Oct 2025 14:31:07 -0400 Subject: [PATCH] chore: Add badges to README. Signed-off-by: Philip Conrad --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2a6e509..1c2dbe6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # OPA Spring Boot SDK +[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.open-policy-agent.opa/springboot?label=Maven%20Central&logo=apache-maven&color=%2324b6e0)](https://central.sonatype.com/artifact/io.github.open-policy-agent.opa/springboot) + > [!IMPORTANT] > The documentation for this SDK lives at [`sdk/`](/docs), with reference documentation available at [https://open-policy-agent.github.io/opa-springboot/javadoc](https://open-policy-agent.github.io/opa-springboot/javadoc)