Skip to content

Commit 2ef4a60

Browse files
authored
Merge pull request #30 from razorpay/version_bump
Version bump to 1.0.2
2 parents 39c65f6 + 9c5a249 commit 2ef4a60

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
### Unreleased
5+
6+
## [1.0.2] - 2017-07-31
7+
### Fixed
8+
- Webhook signature verification
9+
- Added support for python ver < 2.7.7
10+
11+
## [1.0.1] - 2017-04-03
12+
### Added
13+
- Adds support for setting application details in the user-agent header
414

515
## [1.0.0] - 2017-03-10
616
### Added
717
- Added Support For Signature Validation
818
- Added Client for Card, Customer, Token
9-
- Now Sdk throws BadRequestError, GatewayError, ServerError, SignatureVerificationError depending on error occurred
19+
- Now Sdk throws BadRequestError, GatewayError, ServerError, SignatureVerificationError depending on error occurred
1020
- Set Base URL of API on client level instead of request level
1121
- Updated README
12-
- Supports Notes for Order and Refund, and line itmes in Invoices
22+
- Supports Notes for Order and Refund, and line itmes in Invoices
1323

1424
### Changed
15-
- Refund Can be fetched by just refund id, previously it needed payment id also
25+
- Refund Can be fetched by just refund id, previously it needed payment id also
1626
- Test Coverage Increased to 100%
1727
- Deprecated fetch_all in favour of all
1828
- Take params in a dictonary instead of key/value pair
@@ -21,7 +31,7 @@ All notable changes to this project will be documented in this file. This projec
2131
### Added
2232
- API for Orders.
2333
- Return Proper Error Message
24-
- docstring for all API
34+
- docstring for all API
2535

2636
## [0.1.0] - 2015-11-19
2737
### Added

setup.py

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

33
setup(
44
name="razorpay",
5-
version="1.0.1",
5+
version="1.0.2",
66
description="Razorpay Python Client",
77
url="https://github.com/razorpay/razorpay-python",
88
author="Team Razorpay",

0 commit comments

Comments
 (0)