Skip to content

Commit 6acc27e

Browse files
author
Przemysław Dziewa
committed
Update CHANGELOG.md
1 parent 9422fa9 commit 6acc27e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.0.15](https://github.com/smsapi/smsapi-javascript-client/compare/v2.0.14...v2.0.15) - 2025-05-13
4+
5+
### Added
6+
7+
- Possibility to set specific service url.
8+
9+
```js
10+
const smsapi = new SMSAPI('oAuthToken', 'https://ssl.smsapi.com/api');
11+
```
12+
313
## [2.0.14](https://github.com/smsapi/smsapi-javascript-client/compare/v2.0.13...v2.0.14) - 2024-10-02
414

515
### Changed

0 commit comments

Comments
 (0)