aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-19 14:01:40 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-19 14:01:40 +0000
commite3e5d60bcd639da34333514562f82f89fd0c00f0 (patch)
tree6c478855297e0c1381acc8cb1877394620621215 /actionwebservice
parentb437eee41d38188f10f11e041b82d7def0a20629 (diff)
downloadrails-e3e5d60bcd639da34333514562f82f89fd0c00f0.tar.gz
rails-e3e5d60bcd639da34333514562f82f89fd0c00f0.tar.bz2
rails-e3e5d60bcd639da34333514562f82f89fd0c00f0.zip
Really ready for push
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2686 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice')
-rw-r--r--actionwebservice/CHANGELOG5
-rw-r--r--actionwebservice/lib/action_web_service/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index 51ecf89b77..50ac6d7015 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,3 +1,8 @@
+*0.9.1* (October 19th, 2005)
+
+* Upgraded to Action Pack 1.10.1 and Active Record 1.12.1
+
+
*0.9.0* (October 16th, 2005)
* Fix invalid XML request generation bug in test_invoke [Ken Barker]
diff --git a/actionwebservice/lib/action_web_service/version.rb b/actionwebservice/lib/action_web_service/version.rb
index 4f2f6939db..17f5981177 100644
--- a/actionwebservice/lib/action_web_service/version.rb
+++ b/actionwebservice/lib/action_web_service/version.rb
@@ -2,7 +2,7 @@ module ActionWebService
module Version
MAJOR = 0
MINOR = 9
- TINY = 0
+ TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end