Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Bump version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jul 12, 2021
1 parent b63e6dc commit 6e40a2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.0.0 / 2021-07-12

- **Breaking Change:** Require SVGO version 1.3.2 (c108320)
- Add Ruby 3 support (af4772d)
- **Breaking Change:** Remove Ruby 2.4 support (3ec6ea3)
- Update `listen` dependency constraint (e05a61b)
- Remove development gem dependency constraints (2911fae)
- Update development Ruby version to 2.5.9 (1e61b0b)
- Replace `bin/*` scripts with `bin/ci`
- Migrate from Travis CI to Circle CI

## 3.2.0 / 2020-08-11

- Add `--prefix` option (#79 and #80)
Expand Down
2 changes: 1 addition & 1 deletion lib/svgeez/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Svgeez
VERSION = '3.2.1'.freeze
VERSION = '4.0.0'.freeze
end

0 comments on commit 6e40a2a

Please sign in to comment.