Skip to content

Commit

Permalink
Merge pull request #7 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 committed Jan 27, 2023
2 parents c694432 + 7b46cf4 commit f5c6c08
Show file tree
Hide file tree
Showing 4 changed files with 13 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 @@ -76,7 +76,7 @@ jobs:
run: |
echo "BOUNCER_KEY=$(ddev create-bouncer)" >> $GITHUB_ENV
- name: Clone PHP lib Crowdsec files
- name: Clone sources
uses: actions/checkout@v3
with:
path: ${{env.EXTENSION_PATH}}
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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-lapi-client/releases/tag/v1.0.0) - 2023-01-27
[_Compare with previous release_](https://github.com/crowdsecurity/php-lapi-client/compare/v0.4.0...v1.0.0)

### Changed

- Change version to `1.0.0`: first stable release

---


## [0.4.0](https://github.com/crowdsecurity/php-lapi-client/releases/tag/v0.4.0) - 2023-01-12
[_Compare with previous release_](https://github.com/crowdsecurity/php-lapi-client/compare/v0.3.0...v0.4.0)

Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ class Constants
/**
* @var string The current version of this library
*/
public const VERSION = 'v0.4.0';
public const VERSION = 'v1.0.0';
}

0 comments on commit f5c6c08

Please sign in to comment.