Skip to content

Commit

Permalink
Version bump and changelog entry for 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tfe committed Jul 25, 2017
1 parent c1f05fa commit f875070
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.3 (2017-07-20)
- Added ability to pass `app_link` parameter with ad creatives

## 0.2 (2017-07-20)
- Added ability to configure App Secret to be included with API requests

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.2.gem
# gem push facebook_ads-0.3.gem
Gem::Specification.new do |s|
s.name = 'facebook_ads'
s.version = '0.2'
s.version = '0.3'
s.platform = Gem::Platform::RUBY
s.licenses = ['MIT']
s.authors = ['Chris Estreich']
Expand Down

0 comments on commit f875070

Please sign in to comment.