Skip to content

Commit f0f8061

Browse files
committed
chore: bump version to 1.5.0
1 parent d384304 commit f0f8061

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format
44

55
## Unreleased
66

7+
## [1.5.0][1.5.0] - 2024-12-19
8+
9+
feat: Add DeviceActivity support for POS Gateway integration
10+
11+
- Add DeviceActivity resource with create() and get_status() methods
12+
- Support PUBLIC authentication for DeviceActivity APIs
13+
- Add X-Razorpay-Device-Mode header injection for wired/wireless modes
14+
- Add DeviceMode constants (WIRED, WIRELESS)
15+
- Enhance Client to support public_auth parameter
16+
- Add comprehensive test coverage and mock responses
17+
- Fix test_multiple_client URL mismatch
18+
- Maintain backward compatibility with existing APIs
19+
20+
Endpoints:
21+
- POST /v1/devices/activity (create device activity)
22+
- GET /v1/devices/activity/{id} (get activity status)
23+
724
## [1.4.2][1.4.2] - 2024-03-19
825

926
feat: Added new API endpoints

setup.py

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

66
setup(
77
name="razorpay",
8-
version="1.4.2",
8+
version="1.5.0",
99
description="Razorpay Python Client",
1010
long_description=readme_content,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)