Skip to content

Commit f0a65bd

Browse files
author
Your Name
committed
chore: Bump version to 1.1.6 - Add beta disclaimer to LICENSE files
**Version:** 1.1.5 → 1.1.6 **Changes:** - Update JavaScript SDK version (package.json, package-lock.json) - Update Python SDK version (setup.py, __init__.py, client.py) - No code changes - documentation/legal update only **Previous Release (v1.1.5):** - Added comprehensive beta disclaimer to LICENSE files (both JS and Python) - Added DISCLAIMER.md with full legal protections - Added prominent disclaimer section to README.md - Updated liability waivers and beta status notices **Publishing:** - This commit will trigger GitHub Actions to publish: - npm: agentgatepay-sdk@1.1.6 (tag: js-v1.1.6) - PyPI: agentgatepay-sdk 1.1.6 (tag: py-v1.1.6) **Breaking Changes:** None **Migration Required:** No - drop-in replacement for v1.1.5
1 parent 4eb1e36 commit f0a65bd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

javascript/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.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentgatepay-sdk",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Official JavaScript/TypeScript SDK for AgentGatePay - Secure Payment Gateway for AI agents",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

python/agentgatepay_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
MandateError,
1313
)
1414

15-
__version__ = "1.1.5"
15+
__version__ = "1.1.6"
1616
__all__ = [
1717
"AgentGatePay",
1818
"AgentGatePayError",

python/agentgatepay_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ def health(self) -> dict:
120120
@staticmethod
121121
def version() -> str:
122122
"""Get SDK version"""
123-
return "1.1.5"
123+
return "1.1.6"

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="agentgatepay-sdk",
13-
version="1.1.5",
13+
version="1.1.6",
1414
author="AgentGatePay",
1515
author_email="support@agentgatepay.com",
1616
description="Official Python SDK for AgentGatePay - Secure Payment Gateway for AI agents",

0 commit comments

Comments
 (0)