Skip to content

Commit

Permalink
Release v3.1.0 of Perl client library.
Browse files Browse the repository at this point in the history
  • Loading branch information
wfansh committed May 6, 2020
1 parent 5c9fc8d commit deacded
Show file tree
Hide file tree
Showing 44 changed files with 1,743 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $build_sc->new(
create_makefile_pl => "traditional",
dist_abstract => "Google Ads API Client Library for Perl",
dist_name => "Google-Ads-GoogleAds-Client",
dist_version => "3.0.0",
dist_version => "3.1.0",
requires => {
"Class::Load" => 0,
"Class::Std::Fast" => 0,
Expand Down
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.1.0 - 2020-05-07
- Added support for Google Ads API v3_1.
- Added code examples: upload_conversion_adjustment, upload_call_conversion,
approve_merchant_center_link, search_for_language_and_carrier_constants,
add_customer_match_user_list, etc.
- Improved code examples: add_complete_campaigns_using_mutate_job,
get_account_hierarchy, get_account_budgets.

3.0.0 - 2020-02-26
- Added support for Google Ads API v3_0.
- Added SearchStreamHandler to support the search stream API.
Expand Down
Loading

0 comments on commit deacded

Please sign in to comment.