diff --git a/README.rdoc b/README.rdoc
index d970345..5d9e6f3 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -29,6 +29,7 @@ Run: 'rake release' to tag, build, and publish the gem
- 1.1.0 Upgraded bin/*.jar apps to 1.14.6
- 1.1.1 Ensure only relative paths are shown in xml output
- 1.1.2 Fix bug with filenames that contain single or double quotes
+- 1.1.4 Add p param to Pdf module configuration to ignore page metadata
== Copyright
diff --git a/jhove-service.gemspec b/jhove-service.gemspec
index ccdfd4f..50e89bc 100644
--- a/jhove-service.gemspec
+++ b/jhove-service.gemspec
@@ -4,7 +4,7 @@ $:.unshift lib unless $:.include?(lib)
Gem::Specification.new do |s|
s.name = "jhove-service"
- s.version = "1.1.3"
+ s.version = "1.1.4"
s.platform = Gem::Platform::RUBY
s.authors = ["Richard Anderson","Peter Mangiafico"]
s.email = ["rnanders@stanford.edu","petucket@stanford.edu"]