Skip to content

Commit

Permalink
Version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigm314 committed Jun 16, 2020
1 parent 8fb45d7 commit 0ecc356
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.4.4
- Fixes `Subserver::Testing::Pubsub.topic` missing arguments

# 0.4.3
- Dependacy Updates
- Ruby >=2.4
Expand Down
2 changes: 1 addition & 1 deletion lib/subserver/testing/pubsub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def publish(data, attributes = {})
end
end

def topic(name)
def topic(name, project: nil, skip_lookup: nil, async: nil)
Topic.new
end

Expand Down
2 changes: 1 addition & 1 deletion lib/subserver/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Subserver
VERSION = "0.4.3"
VERSION = "0.4.4"
end

0 comments on commit 0ecc356

Please sign in to comment.