Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Unreleased]
## [2.1.0] - 2026-07-16

- Add the `app_issues` resource (CRUD for `App::Issue`).
- Fix: a to-one relationship serialized with `"data": null` (e.g. a charge
line's `item`, or an included `barcode` on a product without one) now reads
as nil, matching the present-with-null attribute semantics — instead of the
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
booqable (2.0.0)
booqable (2.1.0)
addressable (~> 2.8)
cgi (~> 0.5)
faraday (~> 2.13)
Expand Down
2 changes: 1 addition & 1 deletion lib/booqable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Booqable
VERSION = "2.0.0"
VERSION = "2.1.0"
end
Loading