Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 288791208
  • Loading branch information
Samuel Stow authored and maddevrelgithubbot committed Jan 8, 2020
1 parent 8596433 commit 5aa589f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Google Mobile Ads Unity Plugin Change Log

**************
Version 4.2.1
**************

Plugin:
- Fixed issue with using `AdSize.FullWidth` API for apps that only support landscape.

Built and tested with:
- Google Play services 18.3.0
- Google Mobile Ads iOS SDK 7.53.1
- Unity Jar Resolver 1.2.135

**************
Version 4.2.0
**************
Expand Down
2 changes: 1 addition & 1 deletion source/plugin/Assets/GoogleMobileAds/Api/AdRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api
{
public class AdRequest
{
public const string Version = "4.2.0";
public const string Version = "4.2.1";
public const string TestDeviceSimulator = "SIMULATOR";

private AdRequest(Builder builder)
Expand Down

0 comments on commit 5aa589f

Please sign in to comment.