Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 1, 2024
1 parent 207db81 commit 6390e08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.1 / 2024-01-01

- RuboCop: Style/WordArray (7b5964f)
- RuboCop: Style/StringLiteralsInInterpolation (152a44c)
- Add source_code_uri to metadata (207db81)

## 5.1.0 / 2023-12-12

- Remove upper Ruby version constraint (#52) (f34716e)
Expand Down
2 changes: 1 addition & 1 deletion lib/link_header_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LinkHeaderParser
VERSION = "5.1.0"
VERSION = "5.1.1"
end

0 comments on commit 6390e08

Please # to comment.