Skip to content

Commit

Permalink
Release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezord committed Nov 28, 2023
1 parent 8cd0501 commit a8da647
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Security

## [0.3.6] - 2023-11-28
### Added
- PHP 8.1 compatibility.

### Changed

### Deprecated

### Removed

### Fixed

## [0.3.5] - 2023-10-11
### Added

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2018, Aplazame
Copyright (c) 2023, Aplazame
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/Api/ApiRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ApiRequest extends Request
{
const SDK_VERSION = '0.3.5';
const SDK_VERSION = '0.3.6';
const FORMAT_JSON = 'json';

/**
Expand Down

0 comments on commit a8da647

Please sign in to comment.