Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescmartinez committed Mar 10, 2022
1 parent 1984038 commit ac67c5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## [Unreleased]

- Add `id` field to Task
- Add `queue` field to Task, defaulting to `default`
- Remove `description` field from Task
- Add client support for DELETE and PATCH requests
## [1.0] - 2022-03-10

- Switch to the V2 API
- Add `id` attribute to Task
- Make `name` optional
- Add optional `queue` attribute to Task that defaults to `default`
- Remove `description` from Task
- Add support for creating, deleting, and updating Schedules

## [0.2.2] - 2022-01-20
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mergent (0.2.2)
mergent (1.0.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/mergent/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Mergent
VERSION = "0.2.2"
VERSION = "1.0.0"
end

0 comments on commit ac67c5d

Please sign in to comment.