Skip to content

Commit 0549551

Browse files
committed
chore: release packages (#862)
Synced from sferarc/pgbeam@6bc0b87
1 parent 79a298a commit 0549551

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# pgbeam
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 728a7a5: Add agent credential expiry (`expires_at`). Credentials can now be issued with an
8+
optional expiry; the field is surfaced on agent credentials and on `credential_expired`
9+
audit log entries.
10+
311
## 0.2.9
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgbeam",
3-
"version": "0.2.9",
3+
"version": "0.3.0",
44
"description": "TypeScript SDK for the PgBeam API — globally distributed PostgreSQL proxy platform",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)