From 58aa3cbb986d2dd73db4ce5d9000ab1fa39e8127 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:59:20 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .openapi-generator/config.yml | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 6 +++--- lib/crimson-falcon/version.rb | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.openapi-generator/config.yml b/.openapi-generator/config.yml index 521a440b..b898e162 100644 --- a/.openapi-generator/config.yml +++ b/.openapi-generator/config.yml @@ -5,6 +5,6 @@ additionalProperties: gemSummary: "CrowdStrike Falcon" gemLicense: "MIT License" gemHomepage: "https://github.com/CrowdStrike/crimson-falcon" - gemVersion: "0.4.1" # x-release-please-version + gemVersion: "0.5.0" # x-release-please-version gemName: "crimson-falcon" moduleName: "Falcon" diff --git a/CHANGELOG.md b/CHANGELOG.md index aded0920..4d8f23f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.0](https://github.com/CrowdStrike/crimson-falcon/compare/v0.4.1...v0.5.0) (2024-11-15) + + +### Features + +* **sdk:** swagger updates for 2024-11-15 ([#40](https://github.com/CrowdStrike/crimson-falcon/issues/40)) ([d243d3a](https://github.com/CrowdStrike/crimson-falcon/commit/d243d3ab68462b59025611eab27feb60be5b161f)) + + +### Bug Fixes + +* **api_client:** fixes issue with token not renewing ([#37](https://github.com/CrowdStrike/crimson-falcon/issues/37)) ([ce3d7fe](https://github.com/CrowdStrike/crimson-falcon/commit/ce3d7fe10bc1ec80980b79331fa62de5e25d7f85)) +* update swagger issues and update generation flow ([#39](https://github.com/CrowdStrike/crimson-falcon/issues/39)) ([4753d94](https://github.com/CrowdStrike/crimson-falcon/commit/4753d9468673b0163104aac38fc77d158a6b9bd6)) + ## [0.4.1](https://github.com/CrowdStrike/crimson-falcon/compare/v0.4.0...v0.4.1) (2024-02-20) diff --git a/README.md b/README.md index bd516676..3bc1ee90 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ gem install crimson-falcon Add this to the Gemfile: ```ruby - gem 'crimson-falcon', '~> 0.4.1' + gem 'crimson-falcon', '~> 0.5.0' ``` ### From Source to Gem: Building the Ruby Code @@ -44,13 +44,13 @@ gem build crimson-falcon.gemspec Then install the gem locally: ```shell -gem install ./crimson-falcon-0.4.1.gem +gem install ./crimson-falcon-0.5.0.gem ``` Finally, add this to the Gemfile: ```ruby - gem 'crimson-falcon', '~> 0.4.1' + gem 'crimson-falcon', '~> 0.5.0' ``` ### Install from Git diff --git a/lib/crimson-falcon/version.rb b/lib/crimson-falcon/version.rb index 958c2d59..76fbb759 100644 --- a/lib/crimson-falcon/version.rb +++ b/lib/crimson-falcon/version.rb @@ -29,5 +29,5 @@ =end module Falcon - VERSION = '0.4.1'.freeze + VERSION = '0.5.0'.freeze end