aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice')
-rw-r--r--actionwebservice/CHANGELOG3
-rw-r--r--actionwebservice/lib/action_web_service/version.rb4
2 files changed, 4 insertions, 3 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index 1ce43dafe5..51ecf89b77 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*0.9.0* (October 16th, 2005)
* Fix invalid XML request generation bug in test_invoke [Ken Barker]
@@ -12,6 +12,7 @@
* ActionWebService now always returns UTF-8 responses.
+
*0.8.1* (11 July, 2005)
* Fix scaffolding for Action Pack controller changes
diff --git a/actionwebservice/lib/action_web_service/version.rb b/actionwebservice/lib/action_web_service/version.rb
index 27a0c267ad..4f2f6939db 100644
--- a/actionwebservice/lib/action_web_service/version.rb
+++ b/actionwebservice/lib/action_web_service/version.rb
@@ -1,8 +1,8 @@
module ActionWebService
module Version
MAJOR = 0
- MINOR = 8
- TINY = 1
+ MINOR = 9
+ TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end