We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6439c9c commit 0414684Copy full SHA for 0414684
3 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
## Unreleased
2
+
3
+## v0.3.3 - 2021-03-10
4
5
- Added `Client#create_candidate`
6
- Added `Client#create_job_application`
7
- Fix accessing `Client#jobs` without filters
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- teamtailor (0.3.2)
+ teamtailor (0.3.3)
typhoeus (~> 1.3.1)
GEM
lib/teamtailor/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Teamtailor
- VERSION = "0.3.2"
+ VERSION = "0.3.3"
end
0 commit comments