Skip to content

Commit b1b95ae

Browse files
committed
Version 4.0.1
1 parent 0d8bf52 commit b1b95ae

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# createsend-ruby history
22

3+
## v4.0.1 - 3 May, 2014
4+
5+
* This is a patch release which only changes development dependencies.
6+
* Removed development dependency on `shoulda` and added more suitable dependency on `shoulda-context` instead.
7+
38
## v4.0.0 - 19 Feb, 2014
49

510
* Removed `CreateSend::CreateSend#apikey` to promote using OAuth rather than basic auth with an API key.
@@ -23,7 +28,7 @@
2328
```ruby
2429
rule_groups = [ { :Rules => [ { :RuleType => "EmailAddress", :Clause => "CONTAINS example.com" } ] } ]
2530
```
26-
31+
2732
* 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.
2833

2934
```ruby

lib/createsend/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CreateSend
2-
VERSION = "4.0.0" unless defined?(CreateSend::VERSION)
2+
VERSION = "4.0.1" unless defined?(CreateSend::VERSION)
33
end

0 commit comments

Comments
 (0)