Skip to content

Commit

Permalink
Merge pull request #10 from trusted/bump-version
Browse files Browse the repository at this point in the history
Release 0.0.2
  • Loading branch information
andrepiske authored Dec 9, 2024
2 parents 2c85696 + 6f9d94b commit dcee7d5
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
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.0.2 - 2024-12-09

### Added

- Added means to disable tracking ignored tables
Expand Down
2 changes: 1 addition & 1 deletion lib/iron_trail/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_literal_string: true

module IronTrail
VERSION = '0.1.4'
VERSION = '0.0.2'
end

0 comments on commit dcee7d5

Please sign in to comment.