Skip to content

Commit

Permalink
Merge pull request #25 from julienloizelet/feat/first-stable-release
Browse files Browse the repository at this point in the history
feat(*): Prepare release 1.0.0
  • Loading branch information
julienloizelet authored Jan 27, 2023
2 parents 1d1eb8b + b43472e commit 6e4423b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ddev --version
ddev exec php -v
- name: Clone PHP lib Crowdsec files
- name: Clone sources
uses: actions/checkout@v3
with:
path: ${{env.EXTENSION_PATH}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-and-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
ddev --version
ddev exec php -v
- name: Clone PHP lib Crowdsec files
- name: Clone sources
uses: actions/checkout@v3
with:
path: ${{env.EXTENSION_PATH}}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0](https://github.com/crowdsecurity/php-capi-client/releases/tag/v1.0.0) - 2023-01-27
[_Compare with previous release_](https://github.com/crowdsecurity/php-capi-client/compare/v0.11.0...v1.0.0)

### Changed

- Change version to `1.0.0`: first stable release

---

## [0.11.0](https://github.com/crowdsecurity/php-capi-client/releases/tag/v0.11.0) - 2023-01-13
[_Compare with previous release_](https://github.com/crowdsecurity/php-capi-client/compare/v0.10.0...v0.11.0)
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ class Constants
/**
* @var string The current version of this library
*/
public const VERSION = 'v0.11.0';
public const VERSION = 'v1.0.0';
}

0 comments on commit 6e4423b

Please sign in to comment.