Skip to content

Commit 0414684

Browse files
committed
Bump to 0.3.3
1 parent 6439c9c commit 0414684

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Unreleased
2+
3+
## v0.3.3 - 2021-03-10
4+
25
- Added `Client#create_candidate`
36
- Added `Client#create_job_application`
47
- Fix accessing `Client#jobs` without filters

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
teamtailor (0.3.2)
4+
teamtailor (0.3.3)
55
typhoeus (~> 1.3.1)
66

77
GEM

lib/teamtailor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Teamtailor
4-
VERSION = "0.3.2"
4+
VERSION = "0.3.3"
55
end

0 commit comments

Comments
 (0)