Skip to content

Commit

Permalink
fix and prepare changelog 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Aug 17, 2021
1 parent bce8447 commit fd71717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

* Feat: Add more convenient way to pass BeforeSpanCallback in OpenFeign integration (#1637)
* Bump: sentry-native to 0.4.12 (#1651)
## Unreleased

## 5.1.0

* Feat: Spring WebClient integration (#1621)
* Feat: OpenFeign integration (#1632)
* Feat: Add more convenient way to pass BeforeSpanCallback in OpenFeign integration (#1637)
* Bump: sentry-native to 0.4.12 (#1651)

## 5.1.0-beta.9

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=512m -XX:MaxMetaspaceSize=1536m -XX:+H
android.useAndroidX=true

# Release information
buildVersionCode=20078
versionName=5.1.0
buildVersionCode=20079
versionName=5.1.1-SNAPSHOT

# disable renderscript, it's enabled by default
android.defaults.buildfeatures.renderscript=false
Expand Down

0 comments on commit fd71717

Please sign in to comment.