Skip to content

Commit

Permalink
🔖 Bump to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TurpIF committed Nov 3, 2021
1 parent ec90846 commit 576914c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Next Version

# Version 4.6.0

- Features
- MoPub AppBidding: Add support for VAST Rewarded video ads
- GAM AppBidding: Add support for VAST Rewarded video ads

# Version 4.5.0
- Features
- MoPub AppBidding: Add support for VAST Video ads
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/SdkVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.gradle.api.Project
import java.time.LocalDateTime
import java.time.format.DateTimeFormatter

private const val sdkBaseVersion = "4.5.0"
private const val sdkBaseVersion = "4.6.0"

private val timestamp = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd.HHmm"))

Expand Down

0 comments on commit 576914c

Please sign in to comment.