diff --git a/History.txt b/History.txt index d23808a..f210764 100644 --- a/History.txt +++ b/History.txt @@ -1,5 +1,6 @@ -== 0.1.2 UNRELEASED +== 0.2.0 2009-01-03 +* Added Marketplace Service support [Nick Plante (zapnap)] * Added Standard and Subscription documentation. * Added a submit tag override to simplepay_form_for helper. * Added a Simplepay::ResponseStatusCode::All shortcut. diff --git a/simplepay.gemspec b/simplepay.gemspec index e5ced89..ad2e708 100644 --- a/simplepay.gemspec +++ b/simplepay.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{simplepay} - s.version = "0.1.1" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nathaniel E. Bibler"] diff --git a/website/index.html b/website/index.html index 2a7c94c..bb4ce61 100755 --- a/website/index.html +++ b/website/index.html @@ -43,6 +43,15 @@

»   A Ruby Library for Amazon Simple Pay

simplepay is a Ruby gem which provides a programmatic interface to Amazon Simple Pay for dynamic form generation and IPN reception and content validation.

+
+

Released Version 0.2.0

+
+ +
+
+

Version 0.2.0 has been released and is now available. This version not only adds a bit more documentation, but much more importantly adds Marketplace service support thanks to the efforts of Nick Plante (zapnap)

+
+

Released Version 0.1.1