Bump version, update changelog
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Tue, 27 Apr 2021 18:46:28 -0400 | 
    
    
    
        | parents | 
        b992b29fd79a 
 | 
    
    
        | children | 
        ef3218c9d90d
 | 
    
    
        | branches/tags | 
        v1.1.1  | 
    
    
        | files | 
        adopt.asd docs/03-changelog.markdown  | 
    
Changes
    
--- a/adopt.asd	Tue Apr 27 18:44:52 2021 -0400
+++ b/adopt.asd	Tue Apr 27 18:46:28 2021 -0400
@@ -4,7 +4,7 @@
   :homepage "https://docs.stevelosh.com/adopt/"
 
   :license "MIT"
-  :version "1.1.0"
+  :version "1.1.1"
 
   :depends-on (:bobbin :split-sequence)
 
--- a/docs/03-changelog.markdown	Tue Apr 27 18:44:52 2021 -0400
+++ b/docs/03-changelog.markdown	Tue Apr 27 18:46:28 2021 -0400
@@ -5,6 +5,11 @@
 
 [TOC]
 
+1.1.1
+-----
+
+Fix `parse-options-or-exit` to pass along arguments properly.
+
 1.1.0
 -----