Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 1fdea04

Browse files
committed
Bump version
1 parent 02e99b4 commit 1fdea04

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Please note this changelog affects
66
this package and not the Oxxa API.
77

8+
## [2.5.1]
9+
10+
### Changed
11+
12+
- Use `StatusCode` constants for the `checkStatus` method.
13+
814
## [2.5.0]
915

1016
### Added

src/Oxxa.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Oxxa implements OxxaClient
1515
{
1616
private const TIMEOUT = 180;
1717

18-
private const VERSION = '2.5.0';
18+
private const VERSION = '2.5.1';
1919

2020
private const USER_AGENT = 'oxxa-api-client/'.self::VERSION;
2121

0 commit comments

Comments
 (0)