From 25890700633ee6c9d4adc855c6678136e969c027 Mon Sep 17 00:00:00 2001
From: dvgaba <3621249+dvgaba@users.noreply.github.com>
Date: Thu, 10 Aug 2023 00:16:50 -0400
Subject: [PATCH] 6.2.0 Release
---
README.md | 1 +
easy-random-bean-validation/pom.xml | 2 +-
easy-random-core/pom.xml | 2 +-
easy-random-protobuf/pom.xml | 2 +-
easy-random-randomizers/pom.xml | 2 +-
pom.xml | 4 ++--
6 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index bf558da2..266b1ef1 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@
Active
## Latest news
+* 8/10/2023 6.2.0 Minor release to add custom radomizer support for protobuf, 3PP and code refactoring.
* 5/23/2023 6.1.8 Patch release to fix [#26](https://github.com/dvgaba/easy-random/issues/26) and [#28](https://github.com/dvgaba/easy-random/issues/28), thanks @[carborgar](https://github.com/carborgar).
* 5/12/2023 6.1.7 Patch release to improve record support, thanks @[mjureczko](https://github.com/mjureczko) and minor 3PP fixes.
* 3/19/2023 6.1.5 Patch release to bump protobuf-java and snakeyaml and fix bug preventing custom randomizers on Record Types. Thanks [carborgar](https://github.com/carborgar)
diff --git a/easy-random-bean-validation/pom.xml b/easy-random-bean-validation/pom.xml
index 3a3ec232..6e24ddf1 100644
--- a/easy-random-bean-validation/pom.xml
+++ b/easy-random-bean-validation/pom.xml
@@ -4,7 +4,7 @@
io.github.dvgaba
easy-random
- 6.2.0-SNAPSHOT
+ 6.2.0
4.0.0
easy-random-bean-validation
diff --git a/easy-random-core/pom.xml b/easy-random-core/pom.xml
index 4a1cac9c..6038d198 100644
--- a/easy-random-core/pom.xml
+++ b/easy-random-core/pom.xml
@@ -4,7 +4,7 @@
io.github.dvgaba
easy-random
- 6.2.0-SNAPSHOT
+ 6.2.0
4.0.0
easy-random-core
diff --git a/easy-random-protobuf/pom.xml b/easy-random-protobuf/pom.xml
index c324b197..878145db 100644
--- a/easy-random-protobuf/pom.xml
+++ b/easy-random-protobuf/pom.xml
@@ -4,7 +4,7 @@
io.github.dvgaba
easy-random
- 6.2.0-SNAPSHOT
+ 6.2.0
4.0.0
easy-random-protobuf
diff --git a/easy-random-randomizers/pom.xml b/easy-random-randomizers/pom.xml
index a718f466..12e39953 100644
--- a/easy-random-randomizers/pom.xml
+++ b/easy-random-randomizers/pom.xml
@@ -4,7 +4,7 @@
io.github.dvgaba
easy-random
- 6.2.0-SNAPSHOT
+ 6.2.0
4.0.0
easy-random-randomizers
diff --git a/pom.xml b/pom.xml
index 3bb2928f..b36d4da2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
4.0.0
io.github.dvgaba
easy-random
- 6.2.0-SNAPSHOT
+ 6.2.0
pom
@@ -311,7 +311,7 @@
3.24.2
- 4.8.157
+ 4.8.162
1.6.0
6.1.6.Final
16