Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdennes committed May 3, 2014
1 parent 0d8bf52 commit b1b95ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# createsend-ruby history

## v4.0.1 - 3 May, 2014

* This is a patch release which only changes development dependencies.
* Removed development dependency on `shoulda` and added more suitable dependency on `shoulda-context` instead.

## v4.0.0 - 19 Feb, 2014

* Removed `CreateSend::CreateSend#apikey` to promote using OAuth rather than basic auth with an API key.
Expand All @@ -23,7 +28,7 @@
```ruby
rule_groups = [ { :Rules => [ { :RuleType => "EmailAddress", :Clause => "CONTAINS example.com" } ] } ]
```

* The Add Rule call is now Add Rule Group, taking a collection of rules in a single `rule_group` argument instead of separate `subject` & `clauses` arguments.

```ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/createsend/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CreateSend
VERSION = "4.0.0" unless defined?(CreateSend::VERSION)
VERSION = "4.0.1" unless defined?(CreateSend::VERSION)
end

0 comments on commit b1b95ae

Please sign in to comment.