Skip to content

Commit ea958db

Browse files
committed
chore: update user-agent pattern
1 parent 2686cd8 commit ea958db

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- "samples/**"
8+
- "README.md"
69
pull_request:
710
branches: [main]
811
paths-ignore:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.0.2] - 2025-09-18
8+
9+
### Changed
10+
- Update the default `User-Agent` header sent by `ClixAPIClient` to match the conventions used by our other SDKs.
11+
712
## [0.0.1] - 2025-06-01
813

914
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Clix Flutter SDK is a powerful tool for managing push notifications and user eve
77
Add this to your package's `pubspec.yaml` file:
88
```yaml
99
dependencies:
10-
clix_flutter: ^0.0.1
10+
clix_flutter: ^0.0.2
1111
```
1212
1313
Then run:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: clix_flutter
22
description: Clix - Clix - Mobile push for builders
33

4-
version: 0.0.1
4+
version: 0.0.2
55
homepage: https://clix.so
66
repository: https://github.com/clix-so/clix-flutter-sdk
77

0 commit comments

Comments
 (0)