Skip to content

Commit

Permalink
Merge pull request #30 from razorpay/version_bump
Browse files Browse the repository at this point in the history
Version bump to 1.0.2
  • Loading branch information
harman28 authored Jul 31, 2017
2 parents 39c65f6 + 9c5a249 commit 2ef4a60
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

### Unreleased

## [1.0.2] - 2017-07-31
### Fixed
- Webhook signature verification
- Added support for python ver < 2.7.7

## [1.0.1] - 2017-04-03
### Added
- Adds support for setting application details in the user-agent header

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

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

## [0.1.0] - 2015-11-19
### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="razorpay",
version="1.0.1",
version="1.0.2",
description="Razorpay Python Client",
url="https://github.com/razorpay/razorpay-python",
author="Team Razorpay",
Expand Down

0 comments on commit 2ef4a60

Please sign in to comment.