diff --git a/README.md b/README.md
index 75f2f151..1458971b 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ class MyClass {
dev.openfeature
javasdk
- 0.0.3-SNAPSHOT
+ 0.1.0
```
@@ -87,7 +87,7 @@ If you would like snapshot builds, this is the relevant repository information:
#### Gradle
```groovy
dependencies {
- implementation 'dev.openfeature:javasdk:0.0.3-SNAPSHOT'
+ implementation 'dev.openfeature:javasdk:0.1.0'
}
```
diff --git a/docs/release.md b/docs/release.md
new file mode 100644
index 00000000..cb903de3
--- /dev/null
+++ b/docs/release.md
@@ -0,0 +1,6 @@
+This is a simple checklist when performing a release.
+
+1. Ensure we're up-to-date with the current spec via `./spec_finder.py --diff-output --refresh-spec`
+2. Update `README.md` with the current spec that we're up to
+3. Update `README.md` to keep the install instructions on the right version
+4. Update `` in pom.xml
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 1cf29844..94b54093 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
dev.openfeature
javasdk
- 0.0.3${version.modifier}
+ 0.1.0${version.modifier}