Skip to content

Commit

Permalink
Bump version & update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cilim committed Mar 26, 2021
1 parent 32daa4e commit 9734fdf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 2.1.0

Released on March 26, 2021

Add:
- 'activesupport' as a runtime dependency

Drop:
- 'rails' as a runtime dependency

## Version 2.0.0

Released on August 8, 2020
Expand Down
2 changes: 1 addition & 1 deletion lib/dox/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dox
VERSION = '2.0.0'
VERSION = '2.1.0'.freeze
end

0 comments on commit 9734fdf

Please sign in to comment.