Skip to content

Commit d1839e2

Browse files
Release 0.7.0 (#97)
1 parent 3b90ddf commit d1839e2

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.7.0] - 2026-05-18
10+
911
### Added
1012

1113
- Gateway API 2.0 login/password authentication through

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "Librus Synergia API (SDK-supported subset)",
5-
"version": "0.6.2",
5+
"version": "0.7.0",
66
"description": "Best-effort OpenAPI document generated from the SDK's supported child-scoped Synergia GET surface. Authentication starts on portal.librus.pl; this document covers the subsequent bearer-token calls against api.librus.pl/3.0."
77
},
88
"servers": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "librus-sdk",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "TypeScript SDK and CLI for Librus family portal and Gateway API 2.0 flows.",
55
"author": "Andrey Koltsov",
66
"repository": {

0 commit comments

Comments
 (0)