Skip to content

Commit

Permalink
docs: Increase version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev committed Sep 11, 2023
1 parent ce0fc0e commit 732c025
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [1.5.1] - 2023-09-11
### Fixed
* Add `.gitattributes` file to exclude irrelevant files from package download.
* Thanks to [VincentLanglet](https://github.com/VincentLanglet) for [#30](https://github.com/DeepLcom/deepl-php/pull/30)
Expand Down Expand Up @@ -114,7 +114,7 @@ Stable release.
Initial version.


[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.5.0...HEAD
[1.5.1]: https://github.com/DeepLcom/deepl-php/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/DeepLcom/deepl-php/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/DeepLcom/deepl-php/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/DeepLcom/deepl-php/compare/v1.2.1...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
2 changes: 1 addition & 1 deletion src/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Translator
/**
* Library version.
*/
public const VERSION = '1.5.0';
public const VERSION = '1.5.1';

/**
* Implements all HTTP requests and retries.
Expand Down

0 comments on commit 732c025

Please sign in to comment.