Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyork committed Jan 21, 2024
1 parent 1953939 commit 7741db5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.4.0] - 2024-01-21

* Add Categories to API (thanks @lbrito1)
* Add Category domain model
* Add stats API and domain model
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
podcast_index (0.3.0)
podcast_index (0.4.0)
activesupport (>= 6.0, < 8)
addressable (~> 2)

Expand Down
2 changes: 1 addition & 1 deletion lib/podcast_index/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PodcastIndex
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze
end

0 comments on commit 7741db5

Please sign in to comment.