Skip to content

Commit 16b6769

Browse files
authored
Merge pull request #22 from VapiAI/gabe/0-1-1-release
chore: generate new release 0.1.1
2 parents 0700aba + 202ab6a commit 16b6769

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2025-01-27
11+
12+
### Fixed
13+
14+
- Fixed null cast issue when using inline assistant configuration
15+
- Made `assistantId` nullable in interface and implementations
16+
17+
### Platform Support
18+
19+
- Updated iOS deployment target requirement to 13.0+ in README
20+
- Updated Android minimum SDK requirement to 24 in README
21+
1022
## [0.1.0] - 2024-02-12
1123

1224
### Added

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: vapi
22
description: "The Vapi Flutter Client SDK with unified mobile and web support."
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://vapi.ai/
55

66
environment:
@@ -12,17 +12,17 @@ dependencies:
1212
sdk: flutter
1313
flutter_web_plugins:
1414
sdk: flutter
15-
15+
1616
# general dependencies
1717
http: ^1.2.0
1818

19-
19+
2020
# Mobile-specific dependencies
2121
daily_flutter: ^0.31.0
2222
# Note: permission_handler is constrained by daily_flutter 0.31.0
2323
# which requires ^11.3.1. Update when daily_flutter supports ^12.0.0
2424
permission_handler: ^11.3.1
25-
25+
2626
# Web-specific dependencies
2727
web: ^1.1.0
2828

0 commit comments

Comments
 (0)