Skip to content

Commit 2e208b2

Browse files
authored
Add back CHANGELOG entry from 0.3.0 and update .github required workflow (#166)
* Add back CHANGELOG entry from 0.3.0 * cannot ignore on markdown changes due to required workflow
1 parent 2b2974c commit 2e208b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/kotlin-multiplatform.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
- main
66
- release/**
77
pull_request:
8-
paths-ignore:
9-
- "**/*.md"
108

119
concurrency:
1210
group: ${{ github.workflow }}-${{ github.ref }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
- Add sample & trace rate configuration ([#144](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/144))
2020
- Remove need for context in Sentry.init for Android ([#117](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/117))
2121

22+
### Dependencies
23+
24+
- Bump Java SDK from v6.14.0 to v6.33.1 ([#139](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/139))
25+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6331)
26+
- [diff](https://github.com/getsentry/sentry-java/compare/6.14.0...6.33.1)
27+
2228
## 0.2.1
2329

2430
### Fixes

0 commit comments

Comments
 (0)