Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
38.1.0
-----
- Added more detailed metadata headers.

38.0.0
-----
- Compatibility with v23.1, v22.1, v21.1, v20.2 of the API: https://developers.google.com/google-ads/api/docs/release-notes
Expand Down
2 changes: 1 addition & 1 deletion lib/google/ads/google_ads/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Google
module Ads
module GoogleAds
CLIENT_LIB_NAME = 'gccl'.freeze
CLIENT_LIB_VERSION = '38.0.0'.freeze
CLIENT_LIB_VERSION = '38.1.0'.freeze
VERSION = CLIENT_LIB_VERSION
end
end
Expand Down