From 0e4c8f676e2161d60e31e90e489833ed26ae5fa5 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 16 Feb 2023 07:49:48 +0000
Subject: [PATCH] chore(main): release 1.3.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
README.md | 4 ++--
pom.xml | 2 +-
version.txt | 2 +-
5 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 391149acf..1d65d9579 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"1.2.0"}
\ No newline at end of file
+{".":"1.3.0"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 513189765..2575ac8a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.3.0](https://github.com/open-feature/java-sdk/compare/v1.2.0...v1.3.0) (2023-02-16)
+
+
+### Features
+
+* remove the deprecated setTargetingKey method in EvaluationContext. ([#290](https://github.com/open-feature/java-sdk/issues/290)) ([d78c99c](https://github.com/open-feature/java-sdk/commit/d78c99ce16be906452bf7961cd43972b72855dd3))
+
## [1.2.0](https://github.com/open-feature/java-sdk/compare/v1.1.0...v1.2.0) (2023-02-10)
diff --git a/README.md b/README.md
index 5ac1e6ea8..3ce5738b4 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ For complete documentation, visit: https://docs.openfeature.dev/docs/category/co
dev.openfeature
sdk
- 1.2.0
+ 1.3.0
```
@@ -92,7 +92,7 @@ If you would like snapshot builds, this is the relevant repository information:
```groovy
dependencies {
- implementation 'dev.openfeature:sdk:1.2.0'
+ implementation 'dev.openfeature:sdk:1.3.0'
}
```
diff --git a/pom.xml b/pom.xml
index 6074e30da..466b85735 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
dev.openfeature
sdk
- 1.2.0
+ 1.3.0
UTF-8
diff --git a/version.txt b/version.txt
index 26aaba0e8..f0bb29e76 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.2.0
+1.3.0