Skip to content

Commit

Permalink
Bumped the version number and updated the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgoecke committed Apr 28, 2011
1 parent 58f4e9d commit 587595a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Tropo AGItate - Release Notes
=============================

v0.1.9
------

* Make unit tests more idempotent
* Make unit tests less magical
* Add support for Flexmock
* Rudimentary answering machine detection

v0.1.8
------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.8
0.1.9
2 changes: 1 addition & 1 deletion lib/tropo-agitate.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%w(rubygems yaml socket json net/http uri).each { |lib| require lib }
#####
# This Ruby Script Emulates the Asterisk Gateway Interface (AGI)
# VERSION = '0.1.8'
# VERSION = '0.1.9'
#####

# If we are testing, then add some methods, $currentCall will be nil if a call did not start this session
Expand Down

0 comments on commit 587595a

Please sign in to comment.