Skip to content

Commit

Permalink
Improved the changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Sep 25, 2024
1 parent 931aaea commit 6d59144
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,70 +2,70 @@

* TODO: Replace this bullet point with an actual description of a change.

### 2.4.5
### 2.4.5 (15 August 2024)

* Just a retag of 2.4.1

### 2.4.4
### 2.4.4 (15 August 2024)

* Just a retag of 2.4.1

### 2.4.3
### 2.4.3 (15 August 2024)

* Just a retag of 2.4.1

### 2.4.2
### 2.4.2 (9 August 2024)

* Just a retag of 2.4.1

### 2.4.1
### 2.4.1 (9 August 2024)

* Added API docs building to continuous integration (#14)

### 2.4.0
### 2.4.0 (8 July 2024)

* Dropped support for Ruby <2.7 (#13)

### 2.3.0
### 2.3.0 (16 January 2024)

* Implemented case-insensitive header value checks for Grape 2.0.0+
compatibility, aligning with HTTP/2+ semantics (#11, #12)
* Moved the development dependencies from the gemspec to the Gemfile (#10)

### 2.2.0
### 2.2.0 (24 February 2023)

* Added support for Gem release automation

### 2.1.0
### 2.1.0 (18 January 2023)

* Bundler >= 2.3 is from now on required as minimal version (#9)
* Dropped support for Ruby < 2.5 (#9)
* Dropped support for Rails < 5.2 (#9)
* Updated all development/runtime gems to their latest
Ruby 2.5 compatible version (#9)

### 2.0.4
### 2.0.4 (15 October 2021)

* Migrated to Github Actions
* Migrated to our own coverage reporting
* Added the code statistics to the test process

### 2.0.3
### 2.0.3 (12 May 2021)

* Pinned rspec-expectations to <= 3.9.2
* Removed the rspec-expectations pinning

### 2.0.2
### 2.0.2 (7 September 2020)

* Corrected some documentation glitches

### 2.0.1
### 2.0.1 (7 September 2020)

* Corrected a migration bug on the configuration which used the wrong namespace
for `RsaPublicKey` (resulted in `uninitialized constant
Grape::Jwt::Authentication::Configuration::RsaPublicKey`)

### 2.0.0
### 2.0.0 (7 September 2020)

* Extracted the JWT verification functionality into its own gem
([keyless](https://github.com/hausgold/keyless)) (#6)
Expand All @@ -76,25 +76,25 @@
* `Grape::Jwt::Authentication::Jwt` was replace with `Keyless::Jwt`
* `Grape::Jwt::Authentication::RsaPublicKey` was replace with `Keyless::RsaPublicKey`

### 1.3.0
### 1.3.0 (4 February 2020)

* Dropped support for EOL Ruby 2.3 (in addition to Grape)

### 1.2.0
### 1.2.0 (14 February 2019)

* Check the remote response on public key fetching (#3)
* Added support for Ruby 2.6
* Dropped support for EOL Ruby 2.2

### 1.1.0
### 1.1.0 (1 November 2018)

* Added the parsed and original token to the Rack environment (#2)
* Two new helper methods are now available to access the JWT from an API spec

### 1.0.1
### 1.0.1 (23 November 2017)

* First public release of the gem

### 1.0.0
### 1.0.0 (23 November 2017)

* Yanked, published with the wrong account

0 comments on commit 6d59144

Please sign in to comment.