Skip to content

Commit

Permalink
Add to Changelog and upgrade gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Manley committed Oct 3, 2018
1 parent 7fbaee2 commit 8817a17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.6.4 (2018-10-03)
- Expose `budget_remaining`, `daily_budget`, `lifetime_budget` for Ad Campaigns. These are needed when we have budgets at the Ad Campaign level and not at the Ad Set level.

## 0.6.3 (2018-05-17)
- Replaced deprecated `is_autobid` with new `bid_strategy` field

Expand Down
4 changes: 2 additions & 2 deletions facebook_ads.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

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

0 comments on commit 8817a17

Please sign in to comment.