Skip to content

Commit 9698c5d

Browse files
Release 7.0.1
1 parent 8f0e86c commit 9698c5d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This project uses [Semantic Versioning 2.0.0](http://semver.org/), the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5+
## 7.0.1 - 2026-06-30
6+
7+
### Changed
8+
9+
- Widened `brick/math` requirement to allow `0.18.x`. (#172)
10+
511
## 7.0.0 - 2026-05-05
612

713
### Changed

src/Dnsimple/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @see http://semver.org/ This project uses Semantic Versioning 2.0.0
3030
*/
31-
const VERSION = "7.0.0";
31+
const VERSION = "7.0.1";
3232

3333

3434
/**

0 commit comments

Comments
 (0)