You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 1.1.0 (2025-03-11)
4
+
5
+
Full Changelog: [v1.0.0...v1.1.0](https://github.com/terminaldotshop/terminal-sdk-java/compare/v1.0.0...v1.1.0)
6
+
7
+
### ⚠ BREAKING CHANGES
8
+
9
+
***client:** move classes into subpackages and shorten names ([#124](https://github.com/terminaldotshop/terminal-sdk-java/issues/124))
10
+
11
+
### Features
12
+
13
+
***api:** gift cards ([#125](https://github.com/terminaldotshop/terminal-sdk-java/issues/125)) ([f1b9c1c](https://github.com/terminaldotshop/terminal-sdk-java/commit/f1b9c1c100997b8fb46bcc0d660b7d072bfe3a4b))
14
+
15
+
16
+
### Chores
17
+
18
+
***client:** move classes into subpackages and shorten names ([#124](https://github.com/terminaldotshop/terminal-sdk-java/issues/124)) ([09af66e](https://github.com/terminaldotshop/terminal-sdk-java/commit/09af66ed6e580cfaf74f3a224ad776d1de663ef1))
19
+
***internal:** version bump ([#120](https://github.com/terminaldotshop/terminal-sdk-java/issues/120)) ([9f816fd](https://github.com/terminaldotshop/terminal-sdk-java/commit/9f816fd96ae66fe9e66f58d35ef6a3afb3930cb0))
20
+
21
+
22
+
### Documentation
23
+
24
+
* document `JsonValue` construction in readme ([#123](https://github.com/terminaldotshop/terminal-sdk-java/issues/123)) ([84a8ff4](https://github.com/terminaldotshop/terminal-sdk-java/commit/84a8ff48720662844375bc67225303cfa5965622))
25
+
* revise readme docs about nested params ([#122](https://github.com/terminaldotshop/terminal-sdk-java/issues/122)) ([40cf55b](https://github.com/terminaldotshop/terminal-sdk-java/commit/40cf55be598287e72f89588840c7db25c6320ea8))
26
+
3
27
## 1.0.0 (2025-03-08)
4
28
5
29
Full Changelog: [v0.1.0-alpha.8...v1.0.0](https://github.com/terminaldotshop/terminal-sdk-java/compare/v0.1.0-alpha.8...v1.0.0)
0 commit comments