diff --git a/.ruby-version b/.ruby-version index a603bb5..a3ec5a4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.5 +3.2 diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..f2a971a --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +ruby 3.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index d960970..5560965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## mail_room 0.11.0 ## + +https://github.com/tpitale/mail_room/compare/v0.10.1...v0.11.0 + ## mail_room 0.10.1 ## * Fix db attribute on redis URL PR#130 - @jarkaK diff --git a/README.md b/README.md index b138718..ba7b4ec 100644 --- a/README.md +++ b/README.md @@ -454,13 +454,3 @@ respectively and MailRoom will log there. 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request 6. If accepted, ask for commit rights - -## TODO ## - -1. specs, this is just a (working) proof of concept √ -2. finish code for POSTing to callback with auth √ -3. accept mailbox configuration for one account directly on the commandline; or ask for it -4. add example rails endpoint, with auth examples -5. add example configs for upstart/init.d √ -6. log to stdout √ -7. add a development mode that opens in letter_opener by ryanb √ diff --git a/lib/mail_room/version.rb b/lib/mail_room/version.rb index c6f0c99..2719db4 100644 --- a/lib/mail_room/version.rb +++ b/lib/mail_room/version.rb @@ -1,4 +1,4 @@ module MailRoom # Current version of MailRoom gem - VERSION = "0.10.1" + VERSION = "0.11.0" end