Skip to content

Commit

Permalink
v1.3.0 - Ruby 3.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Nov 21, 2022
1 parent 5508d2e commit f7eecfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v1.3.0](https://github.com/payrollhero/payroll_hero-api/tree/v1.3.0) (2022-11-21)
[Full Changelog](https://github.com/payrollhero/payroll_hero-api/compare/v1.2.7...v1.3.0)

- Official support for Ruby 3.0 and 3.1
- Setup running rspec testing on Github Actions
- Setup running rubocop and rubocop challenger automatically as well

## [v1.2.7](https://github.com/payrollhero/payroll_hero-api/tree/v1.2.7) (2021-12-16)
[Full Changelog](https://github.com/payrollhero/payroll_hero-api/compare/v1.2.6...v1.2.7)

Expand Down
2 changes: 1 addition & 1 deletion lib/payroll_hero/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PayrollHero
module Api
VERSION = "1.2.7"
VERSION = "1.3.0"
end
end

0 comments on commit f7eecfb

Please sign in to comment.