diff --git a/VERSION b/VERSION
index 81c871d..1cac385 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.10.0
+1.11.0
diff --git a/lib/ezid/metadata_transforms/datacite.rb b/lib/ezid/metadata_transforms/datacite.rb
index f9510ba..77110c1 100644
--- a/lib/ezid/metadata_transforms/datacite.rb
+++ b/lib/ezid/metadata_transforms/datacite.rb
@@ -10,7 +10,7 @@ def self.transform(hsh)
resource_opts = {
"xmlns:xsi" => "http://www.w3.org/2001/XMLSchema-instance",
"xmlns" => "http://datacite.org/schema/kernel-4",
- "xsi:schemaLocation" => "http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd"
+ "xsi:schemaLocation" => "http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.5/metadata.xsd"
}
xml_builder = Nokogiri::XML::Builder.new(encoding: "UTF-8") { |builder|
builder.resource(resource_opts) {
diff --git a/spec/fixtures/datacite_xml/empty.xml b/spec/fixtures/datacite_xml/empty.xml
index eba2430..105cd0c 100644
--- a/spec/fixtures/datacite_xml/empty.xml
+++ b/spec/fixtures/datacite_xml/empty.xml
@@ -1 +1 @@
-
+
diff --git a/spec/fixtures/datacite_xml/populated.xml b/spec/fixtures/datacite_xml/populated.xml
index 32f2a4c..b61b650 100644
--- a/spec/fixtures/datacite_xml/populated.xml
+++ b/spec/fixtures/datacite_xml/populated.xml
@@ -1 +1 @@
-TestIdentifierTestCreatorNameTestTitleTestPublisherTestPublicationYearTestResourceTypeTestDescription
+TestIdentifierTestCreatorNameTestTitleTestPublisherTestPublicationYearTestResourceTypeTestDescription