mirror of
				https://github.com/go-acme/lego.git
				synced 2025-10-31 08:27:38 +02:00 
			
		
		
		
	Prepare release v2.1.0
This commit is contained in:
		
				
					committed by
					
						 Ludovic Fernandez
						Ludovic Fernandez
					
				
			
			
				
	
			
			
			
						parent
						
							27f26ed3d1
						
					
				
				
					commit
					00ad82dec1
				
			
							
								
								
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,5 +1,19 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## [v2.1.0] - 2019-01-24 | ||||
|  | ||||
| ### Added: | ||||
| - **[dnsprovider]** Add support for zone.ee as a DNS provider. | ||||
|  | ||||
| ### Changed: | ||||
| - **[dnsprovider]** nifcloud: Change DNS base url. | ||||
| - **[dnsprovider]** gcloud: More detailed information about Google Cloud DNS. | ||||
|  | ||||
| ### Fixed: | ||||
| - **[lib]** fix: OCSP, set HTTP client. | ||||
| - **[dnsprovider]** alicloud: fix pagination. | ||||
| - **[dnsprovider]** namecheap: fix panic. | ||||
|  | ||||
| ## [v2.0.0] - 2019-01-09 | ||||
|  | ||||
| ### Added: | ||||
|   | ||||
| @@ -5,10 +5,10 @@ package sender | ||||
|  | ||||
| const ( | ||||
| 	// ourUserAgent is the User-Agent of this underlying library package. | ||||
| 	ourUserAgent = "xenolf-acme/2.0.1" | ||||
| 	ourUserAgent = "xenolf-acme/2.1.0" | ||||
|  | ||||
| 	// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package. | ||||
| 	// values: detach|release | ||||
| 	// NOTE: Update this with each tagged release. | ||||
| 	ourUserAgentComment = "detach" | ||||
| 	ourUserAgentComment = "release" | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user