diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d47dff..c34a7db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## [Unreleased]
+## [2.0.0] - 2023-06-02
+
### Breaking changes
- The `InlineDatePicker` control was renamed to `Calendar`.
diff --git a/README.md b/README.md
index 91d2459..4890c96 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Maven:
io.github.mkpaz
atlantafx-base
- 1.2.0
+ 2.0.0
```
@@ -67,7 +67,7 @@ repositories {
}
dependencies {
- implementation 'io.github.mkpaz:atlantafx-base:1.2.0'
+ implementation 'io.github.mkpaz:atlantafx-base:2.0.0'
}
```
diff --git a/base/pom.xml b/base/pom.xml
index ee845ad..135611d 100755
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -6,7 +6,7 @@
io.github.mkpaz
atlantafx-parent
- 1.2.0
+ 2.0.0
atlantafx-base
diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md
index dac3541..63b6718 100644
--- a/docs/docs/getting-started.md
+++ b/docs/docs/getting-started.md
@@ -15,7 +15,7 @@ Maven:
io.github.mkpaz
atlantafx-base
- 1.2.0
+ 2.0.0
```
@@ -27,7 +27,7 @@ repositories {
}
dependencies {
- implementation 'io.github.mkpaz:atlantafx-base:1.2.0'
+ implementation 'io.github.mkpaz:atlantafx-base:2.0.0'
}
```
diff --git a/pom.xml b/pom.xml
index 43e33db..33a3432 100755
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.github.mkpaz
atlantafx-parent
pom
- 1.2.0
+ 2.0.0
AtlantaFX
JavaFX CSS theme collection plus additional controls
@@ -65,7 +65,7 @@
AtlantaFX
- 1.2.0
+ 2.0.0
3.12.0
11.5.1
diff --git a/sampler/pom.xml b/sampler/pom.xml
index 8d165e8..041118e 100755
--- a/sampler/pom.xml
+++ b/sampler/pom.xml
@@ -6,7 +6,7 @@
io.github.mkpaz
atlantafx-parent
- 1.2.0
+ 2.0.0
atlantafx-sampler
diff --git a/styles/pom.xml b/styles/pom.xml
index 25934d7..2c5e1ac 100755
--- a/styles/pom.xml
+++ b/styles/pom.xml
@@ -6,7 +6,7 @@
io.github.mkpaz
atlantafx-parent
- 1.2.0
+ 2.0.0
atlantafx-styles