Skip to content

Commit d3dd2c4

Browse files
committed
chore: release v2.4.0
1 parent 8bc0abb commit d3dd2c4

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.4.0](https://github.com/PlusAuth/plusauth-rest-js/compare/v2.3.0...v2.4.0) (2025-12-18)
4+
5+
### Features
6+
7+
* add job service ([ece41bb](https://github.com/PlusAuth/plusauth-rest-js/commit/ece41bbc4f70e6bd25a8e7a599c9e7301f34bfae))
8+
* add job service ([180ac2a](https://github.com/PlusAuth/plusauth-rest-js/commit/180ac2addcc4a9ce49d4ff74b6531cead162ac7b))
9+
10+
### Type Improvements
11+
12+
* client_ip_attr for radius ([a42cd79](https://github.com/PlusAuth/plusauth-rest-js/commit/a42cd79dd5816a880fba00f5933aebb2c2078035))
13+
* incorrect value for android sha25 fingerprint setting ([9241999](https://github.com/PlusAuth/plusauth-rest-js/commit/924199955aae19d8d54caf6265d84bb702b590fa))
14+
* invalid key for android sha25 fingerprint setting ([01ab62f](https://github.com/PlusAuth/plusauth-rest-js/commit/01ab62ff7d2a292ffa84d3881ed04eeefa1b1705))
15+
* log response model ([f84c1d1](https://github.com/PlusAuth/plusauth-rest-js/commit/f84c1d1b39171a39da117b66fc85b94badaea981))
16+
* remove updated_at from update client schema ([6f627c7](https://github.com/PlusAuth/plusauth-rest-js/commit/6f627c7514c3e6d1c277df05037ea83173723bd8))
17+
* tenant branding settings ([8ac4647](https://github.com/PlusAuth/plusauth-rest-js/commit/8ac46477562b283b6df23d925175d33b7864106d))
18+
* update job execution log interface ([e03d2d4](https://github.com/PlusAuth/plusauth-rest-js/commit/e03d2d46455dab05c79985f4e60da2fcacc5fdef))
19+
* update user schema ([af42feb](https://github.com/PlusAuth/plusauth-rest-js/commit/af42feb51080f7bfab95cad842412bf38a992fff))
20+
321
## [2.3.0](https://github.com/PlusAuth/plusauth-rest-js/compare/v2.2.0...v2.3.0) (2025-05-22)
422

523
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plusauth/plusauth-rest-js",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "PlusAuth JavaScript Rest Client",
55
"type": "module",
66
"browser": "./dist/plusauth-rest-js.iife.js",

0 commit comments

Comments
 (0)