diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..c06ce27 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,5 @@ +0.1.1 - 2011-02-18 +* Switch from POST to GET requests due to a change at the USPS. + +0.1.0 - 2010-02-05 +* Initial release diff --git a/lib/usps/version.rb b/lib/usps/version.rb index 6a3ef02..2532d67 100644 --- a/lib/usps/version.rb +++ b/lib/usps/version.rb @@ -1,3 +1,3 @@ module USPS - VERSION = '0.1.0' + VERSION = '0.1.1' end