diff --git a/README.md b/README.md
index 3599cb7d0..419a9a765 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Various documentation is available:
### Releases
-[Release 2.10.14](https://www.joda.org/joda-time/download.html) is the current latest release.
+[Release 2.11.0](https://www.joda.org/joda-time/download.html) is the current latest release.
This release is considered stable and worthy of the 2.x tag.
It depends on JDK 1.5 or later.
@@ -62,13 +62,13 @@ Available in the [Maven Central repository](https://search.maven.org/search?q=g:
joda-time
joda-time
- 2.10.14
+ 2.11.0
```
**Gradle configuration:**
```groovy
-compile 'joda-time:joda-time:2.10.14'
+compile 'joda-time:joda-time:2.11.0'
```
![Tidelift dependency check](https://tidelift.com/badges/github/JodaOrg/joda-time)
diff --git a/pom.xml b/pom.xml
index 78ea7ceb9..8a114c18a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
joda-time
jar
Joda-Time
- 2.10.14
+ 2.11.0
Date and time library to replace JDK date handling
https://www.joda.org/joda-time/
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1483d83c9..ae4883b89 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,7 +8,7 @@
-
+
Change DateTimeZone to use 'org.joda.time.DateTimeZone.Timezone' instead of 'user.timezone'.
This change causes Joda-Time to query 'TimeZone.getDefault()' in most cases.
@@ -21,6 +21,11 @@
Avoid using == on objects.
Fixes #581.
+
+ DateTimeZone data updated to version 2022bgtz.
+ This uses the new global-tz project that reinstates all the data removed by IANA's TZDB.
+ See https://github.com/JodaOrg/joda-time/issues/566
+
diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF
index 60a6e02f5..499e918f7 100644
--- a/src/conf/MANIFEST.MF
+++ b/src/conf/MANIFEST.MF
@@ -2,22 +2,22 @@ Package: org.joda.time
Extension-Name: joda-time
Specification-Title: Joda-Time
Specification-Vendor: Joda.org
-Specification-Version: 2.10
+Specification-Version: 2.11
Implementation-Vendor: Joda.org
Implementation-Title: org.joda.time
-Implementation-Version: 2.10.14
+Implementation-Version: 2.11.0
Implementation-Vendor-Id: org.joda
Bundle-ManifestVersion: 2
Bundle-Vendor: Joda.org
Bundle-Name: Joda-Time
Bundle-SymbolicName: joda-time
-Bundle-Version: 2.10.14
-Export-Package: org.joda.time;version=2.10.14,
- org.joda.time.base;version=2.10.14,
- org.joda.time.chrono;version=2.10.14,
- org.joda.time.convert;version=2.10.14,
- org.joda.time.field;version=2.10.14,
- org.joda.time.format;version=2.10.14,
- org.joda.time.tz;version=2.10.14
+Bundle-Version: 2.11.0
+Export-Package: org.joda.time;version=2.11.0,
+ org.joda.time.base;version=2.11.0,
+ org.joda.time.chrono;version=2.11.0,
+ org.joda.time.convert;version=2.11.0,
+ org.joda.time.field;version=2.11.0,
+ org.joda.time.format;version=2.11.0,
+ org.joda.time.tz;version=2.11.0
Bundle-License: Apache 2.0
Bundle-DocURL: https://www.joda.org/joda-time/
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index fb1c32856..8b2a1a479 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -131,7 +131,7 @@ Joda-Time is licenced under the business friendly Apache
## Releases
-[Release 2.10.14](download.html) is the current latest release.
+[Release 2.11.0](download.html) is the current latest release.
This release is considered stable and worthy of the 2.x tag.
See the [change notes](changes-report.html) for full details.
@@ -145,7 +145,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:joda-time%20AND
joda-time
joda-time
- 2.10.14
+ 2.11.0
```