Skip to content

Commit 3831a45

Browse files
chore(release): 1.43.0 [skip ci]
1 parent 5c08ed7 commit 3831a45

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.43.0](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.42.0...v1.43.0) (2025-04-15)
2+
3+
4+
### Bug Fixes
5+
6+
* fix integration tests ([56217c1](https://github.com/Greenstand/treetracker-wallet-api/commit/56217c1c43eaa976bd1e718cedd553cb7e42ea91))
7+
8+
9+
### Features
10+
11+
* create db migration for keycloak_account_id field ([11c01a3](https://github.com/Greenstand/treetracker-wallet-api/commit/11c01a39d46c2d4c712e76a73e787647b383f4f4))
12+
* create token validation middleware ([cc389f7](https://github.com/Greenstand/treetracker-wallet-api/commit/cc389f7681677eb183e2073b3b58050c523cfd94))
13+
* keycloak deployment ([5c08ed7](https://github.com/Greenstand/treetracker-wallet-api/commit/5c08ed72d98179eebec1fa370a0b1a0e61be6157))
14+
* keycloak integration ([19c7beb](https://github.com/Greenstand/treetracker-wallet-api/commit/19c7bebb43067204919e7343cdff465292a90cb1))
15+
* merge master ([8f67672](https://github.com/Greenstand/treetracker-wallet-api/commit/8f676724bd9c939a73154be4c2ced5bebc860fbe))
16+
* protect all endpoints ([0d48182](https://github.com/Greenstand/treetracker-wallet-api/commit/0d481828187dbb6fb16cf10dfa19679d0bd9a77a))
17+
* protect endpoint routes ([6eb2c83](https://github.com/Greenstand/treetracker-wallet-api/commit/6eb2c83ff9700abb300040fdf806de53547c1a74))
18+
* replace keycloak-connect with passport ([c1032d4](https://github.com/Greenstand/treetracker-wallet-api/commit/c1032d4ebed837e325486f85064e6cded73f99a2))
19+
* set up keycloak and session ([789c240](https://github.com/Greenstand/treetracker-wallet-api/commit/789c240d3d47cd7ff231e850c1184c65e865adf4))
20+
121
# [1.42.0](https://github.com/Greenstand/treetracker-wallet-api/compare/v1.41.1...v1.42.0) (2025-02-18)
222

323
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treetracker",
3-
"version": "1.35.0",
3+
"version": "1.43.0",
44
"description": "https://documenter.getpostman.com/view/10112806/SWTD8H5x?version=latest",
55
"private": true,
66
"main": "server/server.js",

0 commit comments

Comments
 (0)