File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 33on :
44 push :
55 branches : [main]
6+ paths-ignore :
7+ - " samples/**"
8+ - " README.md"
69 pull_request :
710 branches : [main]
811 paths-ignore :
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
55and 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Clix Flutter SDK is a powerful tool for managing push notifications and user eve
77Add this to your package's ` pubspec.yaml ` file:
88``` yaml
99dependencies :
10- clix_flutter : ^0.0.1
10+ clix_flutter : ^0.0.2
1111` ` `
1212
1313Then run:
Original file line number Diff line number Diff line change 11name : clix_flutter
22description : Clix - Clix - Mobile push for builders
33
4- version : 0.0.1
4+ version : 0.0.2
55homepage : https://clix.so
66repository : https://github.com/clix-so/clix-flutter-sdk
77
You can’t perform that action at this time.
0 commit comments