Skip to content

Commit

Permalink
Version bump + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thestephenmarshall committed Feb 6, 2025
1 parent d8e1b97 commit 978add8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion packages/camel_trail/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: .
specs:
camel_trail (1.0.0)
camel_trail (1.1.0)
attr_encrypted (= 4.0.0)
nitro_config
rails (>= 6.0.6.1, < 7.2)
Expand Down Expand Up @@ -280,6 +280,8 @@ GEM
simplecov-html (0.10.2)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.3)
Expand Down
4 changes: 4 additions & 0 deletions packages/camel_trail/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [1.1.0] - 2025-02-06

- Prevents creating records with empty `source_changes`

## [1.0.0] - 2024-02-28

- Adds support for Rails 7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/camel_trail/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
camel_trail (1.0.0)
camel_trail (1.1.0)
attr_encrypted (= 4.0.0)
nitro_config
rails (>= 6.0.6.1, < 7.2)
Expand Down
2 changes: 1 addition & 1 deletion packages/camel_trail/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
camel_trail (1.0.0)
camel_trail (1.1.0)
attr_encrypted (= 4.0.0)
nitro_config
rails (>= 6.0.6.1, < 7.2)
Expand Down
2 changes: 1 addition & 1 deletion packages/camel_trail/gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
camel_trail (1.0.0)
camel_trail (1.1.0)
attr_encrypted (= 4.0.0)
nitro_config
rails (>= 6.0.6.1, < 7.2)
Expand Down
2 changes: 1 addition & 1 deletion packages/camel_trail/lib/camel_trail/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module CamelTrail
# The current version of the gem.
VERSION = "1.0.0"
VERSION = "1.1.0"
end

0 comments on commit 978add8

Please sign in to comment.