Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 15, 2024
1 parent d243d3a commit 58aa3cb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem install crimson-falcon
Add this to the Gemfile:
<!-- x-release-please-start-version -->
```ruby
gem 'crimson-falcon', '~> 0.4.1'
gem 'crimson-falcon', '~> 0.5.0'
```
<!-- x-release-please-end -->
### From Source to Gem: Building the Ruby Code
Expand All @@ -44,13 +44,13 @@ gem build crimson-falcon.gemspec
Then install the gem locally:
<!-- x-release-please-start-version -->
```shell
gem install ./crimson-falcon-0.4.1.gem
gem install ./crimson-falcon-0.5.0.gem
```
<!-- x-release-please-end -->
Finally, add this to the Gemfile:
<!-- x-release-please-start-version -->
```ruby
gem 'crimson-falcon', '~> 0.4.1'
gem 'crimson-falcon', '~> 0.5.0'
```
<!-- x-release-please-end -->
### Install from Git
Expand Down
2 changes: 1 addition & 1 deletion lib/crimson-falcon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
=end

module Falcon
VERSION = '0.4.1'.freeze
VERSION = '0.5.0'.freeze
end

0 comments on commit 58aa3cb

Please sign in to comment.