Skip to content

Commit

Permalink
Bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lovro-bikic committed Nov 11, 2024
1 parent 2ac153d commit dcbda50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.6.0] - 2024-11-11

- Add `update_audit_database` option to `Polariscope.scan` to control whether to update the audit DB

## [0.5.0] - 2024-10-30
Expand Down
2 changes: 1 addition & 1 deletion lib/polariscope/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Polariscope
VERSION = '0.5.0'
VERSION = '0.6.0'
end

0 comments on commit dcbda50

Please sign in to comment.