Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.0](https://github.com/a-chacon/rails-url-shortener/compare/rails_url_shortener/v0.3.0...rails_url_shortener/v0.4.0) (2025-05-08)


### Features

* add referer to visits model ([84782f9](https://github.com/a-chacon/rails-url-shortener/commit/84782f9a6586350620db3357f746fbda48a1343f))
* add referer to visits model ([a2759c4](https://github.com/a-chacon/rails-url-shortener/commit/a2759c4b2437d653db6f156a356e1a6f2cc28468))


### Documentation

* **readme:** add badges ([0c27b50](https://github.com/a-chacon/rails-url-shortener/commit/0c27b50f22c7079b80b70600b3126fcb67ec9474))

## [0.3.0](https://github.com/a-chacon/rails-url-shortener/compare/rails_url_shortener-v0.2.10...rails_url_shortener/v0.3.0) (2025-03-16)


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:
rails_url_shortener (0.3.0)
rails_url_shortener (0.4.0)
browser (>= 5.3.0)
http (>= 5.1.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/rails_url_shortener/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsUrlShortener
VERSION = '0.3.0'
VERSION = '0.4.0'
end
Loading