Skip to content

Commit

Permalink
Version bump and changelog entry for 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tfe committed Jul 26, 2017
1 parent 5659d15 commit e3c3216
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.3 (2017-07-20)
## 0.4 (2017-07-25)
- Added ability to pass `bid_amount` parameter when creating ad sets
- Ad Set `is_autobid` parameter now defaults to `nil` rather than `true`

## 0.3 (2017-07-24)
- Added ability to pass `app_link` parameter with ad creatives

## 0.2 (2017-07-20)
Expand Down
4 changes: 2 additions & 2 deletions facebook_ads.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# To publish the next version:
# gem build facebook_ads.gemspec
# gem push facebook_ads-0.3.gem
# gem push facebook_ads-0.4.gem
Gem::Specification.new do |s|
s.name = 'facebook_ads'
s.version = '0.3'
s.version = '0.4'
s.platform = Gem::Platform::RUBY
s.licenses = ['MIT']
s.authors = ['Chris Estreich']
Expand Down

0 comments on commit e3c3216

Please sign in to comment.