Skip to content

Commit

Permalink
Version bump 3.1.4 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Dec 26, 2024
1 parent ce4be2e commit 117f7d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 3.1.4 - 2024-12-26
##### bugfix: Adjusted HTTP response handling to validate success using the range 200 - 300, ensuring proper handling of all 2xx success codes.

## Version 3.1.3 - 2024-07-24
##### feat: Added Support for .net4.8

Expand Down Expand Up @@ -56,4 +59,4 @@

## Version 2.2 - 2017-11-28
#### Adds support for new entities
* Add supports for cruds on subscriptions, virtual accounts, plans and addon entities
* Add supports for cruds on subscriptions, virtual accounts, plans and addon entities
2 changes: 1 addition & 1 deletion Razorpay.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Razorpay</id>
<version>3.1.3</version>
<version>3.1.4</version>
<authors>razorpay</authors>
<owners>razorpay</owners>
<licenseUrl>https://github.com/razorpay/razorpay-dot-net/blob/master/licence.txt</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/RazorpayClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Razorpay.Api
{
public class RazorpayClient
{
const string CurrentVersion = "3.1.3";
const string CurrentVersion = "3.1.4";
protected const string DefaultBaseUrl = "https://api.razorpay.com";
public const string DefaultAuthUrl = "https://auth.razorpay.com";

Expand Down

0 comments on commit 117f7d7

Please sign in to comment.